This is a student project designed to help me get more comfortable with React and working with APIs. The goal is to build a weather application that fetches and displays real-time weather data from an external API.
- Fetch weather data based on user input (city or location).
- Display current weather conditions, including temperature, humidity, and weather description.
- Responsive design to ensure a good user experience on various devices.
- Frontend: React
- API: OpenWeatherMap
- Download or clone the repository.
- To install the dependencies, run:
npm install
- Start the application with:
npm start
- Add more features.
- Improve the UI for a better user experience.