An open API service indexing awesome lists of open source software.

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.

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/)

![screencapture-localhost-3000-2022-07-19-12_33_50](https://user-images.githubusercontent.com/75694208/179687343-cb3945f5-f1ca-4627-ad50-623d7eb9e03a.png)

## 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)