https://github.com/yanikkumar/react-reminder
A reminder application which is used to make reminders along with the days left
https://github.com/yanikkumar/react-reminder
Last synced: 9 months ago
JSON representation
A reminder application which is used to make reminders along with the days left
- Host: GitHub
- URL: https://github.com/yanikkumar/react-reminder
- Owner: yanikkumar
- Created: 2019-07-19T14:34:53.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T04:50:53.000Z (over 3 years ago)
- Last Synced: 2025-03-13T12:43:27.285Z (about 1 year ago)
- Language: JavaScript
- Size: 3.26 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React-Reminder
**A Reminder Web Application which is used to make reminders along with the days left.**
It works something like this:
You save the reminder along with the deadline date of completion.
And when your goal or reminder is completed you can remove the reminder from the list.
Theres is a indication of the time left for the reminder to complete.
For saving the reminders it uses browsers cookies to save the reminders, no backend is connected with it.
**Functionality :**
* Add Reminder
* Add Date & Time for reminder
* Remove Reminder
* Clear All Reminder
After cloning the app make sure to run the command `npm install` or `npm i` to install teh modules used in the app. then run `npm start`
Below shown some of the Screenshots of the app in action:

