πŸ‘€ Inspiration

The Inspiration was to create a hack that can help people who want to do lot of things , but since there are lot of things, they may forgot some of them.

πŸ‘Œ Features

  • You can Add your Completed βœ” / Not Completed βœ– Tasks ,Here with Proper Date and time when you want to complete them / have already completed them.

  • So You can make a list of Tasks You have done / have not done yet 🎯.

  • If the given task will not be completed in future at given time ,then a 30sec Alarm ⏰ will ring to remind you to do that task by giving a red πŸ”΄signal.

  • You can mark the task green 🟒 if you complete it .

  • You can also Edit task's title and date-time to change/reschedule your task.

  • You can also Search 🧐 the tasks by category/title to search a particular task and also by date to see tasks to be done on that day.

  • If you want to see only Completed βœ” / Not Completed βœ– tasks then you have an option to select for that also.

πŸ”₯ Technologies Used

  • ReactJS (Hooks)
  • ES6 Javascript

πŸ€” Challenges I ran into

The challenge was handling time events for different tasks since there are lot of tasks and each has a time and status, based on which I was trying to ring an alarm on particular time. But it was handled then using some useEffect Hook and function setTimeout, which is ringing an alarm is current time is the given expected completion time for any time which is still uncomplete.

🀩 Accomplishments that I'm proud of

I'm proud of creating such an application which can remind us now, so we don't need to take pressure of forgetting something.

πŸ‘¨β€πŸŽ“ What I learned

I learned about React Hooks and ES6 Javascript especially.

πŸ™„ What's next for Tasks Reminder with Alarm

It could be expanded in future adding some more features such as adding database for saving tasks for lifetime,

Built With

Share this project:

Updates