Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sumeetgodse/reminder-app
Reminder App using Redux and Routing
https://github.com/sumeetgodse/reminder-app
Last synced: 4 days ago
JSON representation
Reminder App using Redux and Routing
- Host: GitHub
- URL: https://github.com/sumeetgodse/reminder-app
- Owner: sumeetgodse
- Created: 2021-09-27T09:33:37.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-03T14:52:16.000Z (19 days ago)
- Last Synced: 2024-12-03T15:43:23.661Z (19 days ago)
- Language: JavaScript
- Size: 461 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## [Check out the YouTube tutorial playlist](https://www.youtube.com/playlist?list=PLpBvfX8lxmEFjKhCUw-8PYniTz4gZgsuy)
## Reminder App
### Run locally -
- Clone this repo
- Run `yarn install`
- Run `yarn start`#### App should now be running on `http://localhost:3000/`
#### Visit live app - https://mind-it.netlify.app/
#### You can add "Edit Reminder Functionality" as well as perform "Error Handling in User Authentication" as a challenge. In case you are stuck, you can refer - [Reminder App v2](https://github.com/sumeetgodse/reminder-app-v2)
#### Happy Coding!