https://github.com/sumeetgodse/reminder-app
Reminder App
https://github.com/sumeetgodse/reminder-app
netlify react youtube
Last synced: 3 months ago
JSON representation
Reminder App
- Host: GitHub
- URL: https://github.com/sumeetgodse/reminder-app
- Owner: sumeetgodse
- Created: 2021-09-27T09:33:37.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-03T16:06:06.000Z (7 months ago)
- Last Synced: 2025-01-30T20:11:32.886Z (5 months ago)
- Topics: netlify, react, youtube
- Language: JavaScript
- Homepage: https://mind-it.netlify.app/
- Size: 602 KB
- Stars: 1
- 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!