This is a web app for finding weather by city name.
React, HTML, CSS, Bootstrap, OpenWeatherAPI
Before setting up the project make sure you have an IDE.
-
Fork the repository. (Click Top Right in this Page)
-
Clone the repository which you have forked.
https://github.com/<YOUR_GITHUB_USERNAME>/ReactWeatherApp.git
-
Make a new branch based on the issue you're working
-
Go into the directory containing the project.
cd ReactWeatherApp
- Make sure you have Node.js Installed and run the below command. This command will install required packages (node_modules) from Package.json
npm install
- Start the Application by using below command.
npm start