A simple weather app built with React that allows users to search for current weather data by city. The app fetches real-time weather from the OpenWeatherMap API and displays temperature, conditions, and more.
- Built with React and useState
- Fetches live weather data from a public API
- Responsive layout styled with Bootstrap
- Temperature conversion (°C / °F)
- Currently working on search history and remove functionality
- Clone the repository
- Run
npm installto install dependencies - Run
npm startto launch the app locally
Still improving this project and open to feedback!