Welcome to the Weather App project! This project is developed just for fun and as a learning experience.
The Weather App is a simple application built using React and TypeScript. It allows you to check the current weather and weather forecast for different cities.
- Get the current weather conditions for a specific location.
- View a 3-day weather forecast for any city.
- Keep track of your recently searched cities for quick access.
This project is built with the following technologies:
- React: A popular JavaScript library for building user interfaces.
- TypeScript: A statically typed superset of JavaScript for enhanced code quality.
- Vite: A fast build tool for modern web development.
- OpenWeatherMap API: To fetch weather data for different locations.