https://github.com/afzl210/myweatherapp
Live Weather app built with react
https://github.com/afzl210/myweatherapp
api javascript react weather-app
Last synced: 3 months 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-25T10:24:33.000Z (over 3 years ago)
- Last Synced: 2025-05-18T12:07:37.638Z (about 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

Mobile

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