Weather_Main is a weather application built with React that provides real-time weather data using the OpenWeather API.
- View current weather conditions
- Get hourly and daily forecasts
- Search for weather by location
- Beautiful and intuitive user interface
- Clone the repository:
git clone https://github.com/your_username/Weather_Main.git
- Install dependencies:
cd Weather_Main
npm install
- Start the development server:
npm start
- Enter a location in the search bar to get weather information for that location.
- Enjoy exploring the weather!
Contributions are welcome! Please feel free to submit a pull request.
This project is licensed under theMIT License.
- Weather data provided by OpenWeather
- UI inspiration from Dribbble