This project is a weather application built with React. The application displays the user's current location, weather details, and a forecast for the next few days.
You can view a live demo of the application here.
- Weather App: A React application that fetches and displays weather data for the user's current location, including a 5-day forecast.
- Displays current weather details based on the user's location.
- Provides a 5-day weather forecast.
- Stores the latest weather data in
localStorage
for quick access. - Shows a summary of the weather on the landing page when the weather app is closed.
- Fully responsive design.
- Landing Page: HTML, CSS, JavaScript.
- Weather App: React, Tailwind CSS.
- Testing: Jest, React Testing Library.
- Deployment: Firebase Hosting, GitHub Actions.
-
Clone the repository:
git clone https://github.com/moor-zaa/weather-application.git