/WeatherApp

A basic weather app which tells you the current weather of any city in the world. You can search it by the city name or ZIP code.

Primary LanguageJavaScript

You can see the running website of this project HERE.

To run this project, Follow these steps:

1.) Download it.
2.) Install npm in the directory via npm install.
3.) Open it in whatever IDE you want(mostly VSC) and use "ctrl+`" to open terminal and type npm start to run it in localhost.\

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.\

Thank You. :)