Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T04:50:53.000Z (almost 2 years ago)
- Last Synced: 2024-02-05T07:29:20.904Z (11 months ago)
- Language: JavaScript
- Size: 3.26 MB
- Stars: 0
- Watchers: 1
- 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 ReminderAfter 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:
![ScreenShot1](screenshots/screen1.png)
![ScreenShot2](screenshots/screen2.png)