/Weather-Application

building a Weather App in ReactJS!

Primary LanguageJavaScript

Weather Application
This is a weather web application built using React JS. It allows users to view the weather forecast for different locations.

Installation
Clone the repository:

git clone https://github.com/anissafia90/Weather-Application.git

cd Weather-Application

Install dependencies:
npm install

Start the development server:

npm run dev
Open your browser and visit http://localhost:5173 to view the application.

Features
View weather forecast for different locations.

Technologies Used
React JS
Bootstrap
Vite

Contributing

Fork the repository.
Create a new branch (git checkout -b feature/my-feature).
Commit your changes (git commit -am 'Add my feature').
Push to the branch (git push origin feature/my-feature).
Create a new Pull Request.

License
This project is licensed under the MIT License - see the LICENSE file for details.