logo

Weather App

Small weather app built as part of a front-end development assessment 🌦️

NextJSTailwind CSSAPIs
post_image
25/05/2023
0
Source Code
Live Demo

The Story

Born as a front-end technical challenge, this Weather APP evolved into an experiment in API orchestration. What started as a simple weather display turned into an exploration of how multiple weather data sources could work together to provide a richer experience, all while maintaining a clean, modern interface.

What Makes It Special

Instead of relying on a single data source, this app brings together three different weather APIs, each contributing its unique strengths. Combined with beautiful city imagery from Pexels, it transforms raw weather data into an engaging visual experience. While currently featuring three cities, it's architected for easy expansion into a fully dynamic, personalized weather companion. 🌤️

The Technical Craft

Core Features

The Secret Sauce

Built using:

Challenges & Solutions

The API Symphony 🎭

The Performance Balance ⚖️

Future Horizons

Getting Started

Launch your own instance:

Code
Copied!
git clone https://github.com/Okazakee/Weather-APP.git
cd Weather-APP
npm install
npm run dev