Hackathon winning goal tracker app made by @BhavyaCodes and @priya28139. The challange for the hackathon was to make a web app that can be used to track the progress of time spent on goals you want to achieve.
Link to live website - get-it-done-git-master-juggernaut9.vercel.app
-
add goal by with title, description and 5 labels to choose from.
-
Start the timer as you start to work towards your goal. you may close the browser or even turn off the computer and the timer will still be running when you come back. However you may pause the timer whenever you want.
-
Edit goals by modifying the title, description and labels.
-
Filter goals by text and/or labels
-
See a visual representation of how much you spent for every goal.
-
Because its awesome
- clone the repo
git clone <url>
- install dependencies and start development server
npm install
npm start
- Build and run production app
npm run build
npm install -g server
serve -s build
React | Chart.js | Material-UI |