Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/afzl210/myweatherapp
Live Weather app built with react
https://github.com/afzl210/myweatherapp
api javascript react weather-app
Last synced: 10 days ago
JSON representation
Live Weather app built with react
- Host: GitHub
- URL: https://github.com/afzl210/myweatherapp
- Owner: AFZL210
- Created: 2022-12-08T12:48:03.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-25T10:24:33.000Z (almost 2 years ago)
- Last Synced: 2023-04-06T15:37:31.960Z (over 1 year ago)
- Topics: api, javascript, react, weather-app
- Language: JavaScript
- Homepage: https://my-weather-app-swart.vercel.app/
- Size: 602 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[Try MyWeatherApp](https://my-weather-app-swart.vercel.app/)
## MyWheaterApp
Desktop
![](https://res.cloudinary.com/primeflix/image/upload/v1674305851/pic_kp99yz.png)
Mobile
![](https://res.cloudinary.com/primeflix/image/upload/v1674305844/mob_r2kbw0.png)
## Tech Stack**Client:** React
**API:** Open Wheather (Current and forecast weather data)
## Run Locally
```bash
git clone https://github.com/AFZL210/MyWeatherApp.git
cd MyWeatherApp
npm install
npm start```
## Authors- [@afzl210](https://github.com/AFZL210)
## Lessons Learned
Learned how to fetch API and useState, useEffect react hooks