Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 930 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 930 Bytes

Task Tracker

This application was built using react framework, javascript, html and css for frontend, json server was hosted on heroku for database. Currently hosted and live on heroku :

Hosted link: https://task-tracker-ak.herokuapp.com/

Database link: https://server-task-tracker.herokuapp.com/tasks

Functionalities :

  • Adding a task and setting reminder.
  • Reminder can be done or undone by double-clicking on the particular task.
  • Completed task can be deleted from list by clicking the cross icon of the required task.
  • An About page mentioning developer credentials.

Page Captures :

Homepage -

Homepage

Adding a task

add-task

About page

about