https://github.com/bhartik021/weather-app
A React Weather Application With React Using Open Weather API.
https://github.com/bhartik021/weather-app
open-weather-api react reactjs weather-api weather-app
Last synced: 17 days ago
JSON representation
A React Weather Application With React Using Open Weather API.
- Host: GitHub
- URL: https://github.com/bhartik021/weather-app
- Owner: bhartik021
- Created: 2022-07-04T10:04:23.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-19T07:06:45.000Z (almost 3 years ago)
- Last Synced: 2025-04-11T20:19:53.009Z (17 days ago)
- Topics: open-weather-api, react, reactjs, weather-api, weather-app
- Language: JavaScript
- Homepage: weather-app-bhartik021.vercel.app
- Size: 932 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Weather App
**Here is the demo** - [https://weather-app-kappa-blond.vercel.app/](https://weather-app-kappa-blond.vercel.app/)

## Installing
1. **Clone the repository** -
```
git clone https://github.com/bhartik021/weather-app.git
```2. **Install all the dependencies** -
```
npm install
```or
```
yarn
```3. **Start the development server** -
```
npm run start
```4. **You are good to go! You can now access the application on the `PORT 3000`** - [http://localhost:3000](http://localhost:3000)