Skip to content

Latest commit

 

History

History
60 lines (39 loc) · 1.72 KB

README.md

File metadata and controls

60 lines (39 loc) · 1.72 KB

Weather App 🌤️

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.

Features ✨

  • 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.

Tech Stack 🛠️

  • React
  • React- Router
  • Context Api
  • geocode.maps.co API: For fetching latitude & longitude data.
  • api.open-meteo API: For fetching weather data.

Installation & Setup 🚀

  1. Clone the repository:

    git clone https://github.com/Himaanshuuuu04/Weather.app.git
  2. Navigate to the project directory:

    cd Weather.app
  3. 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).

Contributing 🤝

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.

  1. Fork the project.
  2. Create your feature branch (git checkout -b feature/AmazingFeature).
  3. Commit your changes (git commit -m 'Add some AmazingFeature').
  4. Push to the branch (git push origin feature/AmazingFeature).
  5. Open a pull request.

License 📄

This project is licensed under the MIT License.

Feel free to customize this template further to suit your project's needs.