Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lucasdota/weather-app
A weather app that makes a fetch request using react-redux with vite.
https://github.com/lucasdota/weather-app
frontend react redux redux-thunk redux-toolkit vite
Last synced: 10 days ago
JSON representation
A weather app that makes a fetch request using react-redux with vite.
- Host: GitHub
- URL: https://github.com/lucasdota/weather-app
- Owner: Lucasdota
- Created: 2024-01-02T14:08:44.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-06T19:02:16.000Z (about 1 year ago)
- Last Synced: 2024-01-07T14:44:49.104Z (about 1 year ago)
- Topics: frontend, react, redux, redux-thunk, redux-toolkit, vite
- Language: JavaScript
- Homepage: https://weather-app-lucasdota.vercel.app
- Size: 68.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Weather App with Redux
### A minimalist project with vite to showcase how to perform async actions in redux.
Main features:
- Data fetching
- Visual feedback when the fetch request is pending/returns status 404(not found)
- Image changes when it is raining at the searched locationWebsite: [click here](https://weather-app-one-wheat-48.vercel.app/)