Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bilal-08/weather-app

Weather App to get weather
https://github.com/bilal-08/weather-app

Last synced: 3 months ago
JSON representation

Weather App to get weather

Awesome Lists containing this project

README

        

# Weather-App
+ Made in React.
+ can fetch weather with GPS.
+ Why? to get your weather from your location or anywhere else


#### Run in your local machine:

- Clone the repository:

```sh

git clone https://github.com/bilal-08/weather-app

cd weather-app

```

- Install the dependencies:

```sh

npm i

```

- Running the webapp:

```sh

npm run dev

```


## Rosources used:

+ Loader from [uiball](https://uiball.com/loaders/)

+ Images from Freepik


#### Design Refrenced From :

+ [react-weather-app](https://github.com/esnz/react-weather-app/)