Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1.42 KB

README.md

File metadata and controls

33 lines (20 loc) · 1.42 KB

Track Your Day

A react app to to track your daily activities!

1. Create tasks

Add title, description, select a color and hit save!

image

2. Mark as Completed

You have to mark the task as complete whithin 24hrs of creation, else it will be marked as abandoned and moved to history!

image

3. Select multiple tasks by holding a task or clicking the tick button on hover.

You can delete multiple tasks like this or give selected tasks the same color.

image

4. Watch History and Analyze tab

The history tab will contain your completed and abandoned tasks. Tasks that are older than 7 days are not stored and are deleted permanently! The Analyze tab has a chart to show your abandoned and completed tasks of the last 7 days in a graph.

image

Tech Stack:

  • Frontend: ReactJS, Material-ui, react-charts
  • Backend: Nodejs, Expess, Postgres for backend & database

Design mostly inspired from Google Keep

First load may take time, max 30s, to wake heroku's app!