Welcome to the Weather App repository! This project is a simple and intuitive web application that provides weather updates based on your current location or any city of your choice.
- Real-Time Weather Data: Get up-to-date weather information.
- City Search: Search for weather details by city name.
- Five Days Forecast: See upto five days forecast.
- Weather chart: Visually represent the current weather condition.
- Weather Description: Get detailed description of weather.
- React
- React- Router
- Context Api
- geocode.maps.co API: For fetching latitude & longitude data.
- api.open-meteo API: For fetching weather data.
-
Clone the repository:
git clone https://github.com/Himaanshuuuu04/Weather.app.git
-
Navigate to the project directory:
cd Weather.app
-
npm start:
- You can run this on the go.
npm i npm start
- Then, open your browser and navigate to
http://localhost:8080
(or the port provided by your local server).
- You can run this on the go.
Contributions are welcome! If you'd like to contribute, please fork the repository and make changes as you'd like. Feel free to open a pull request.
- Fork the project.
- Create your feature branch (
git checkout -b feature/AmazingFeature
). - Commit your changes (
git commit -m 'Add some AmazingFeature'
). - Push to the branch (
git push origin feature/AmazingFeature
). - Open a pull request.
This project is licensed under the MIT License.
Feel free to customize this template further to suit your project's needs.