BhavyaCodes / get-it-done

Home Page:get-it-done-git-master.juggernaut9.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Get It Done

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.

Features -

  • Add goal

    add goal by with title, description and 5 labels to choose from.

  • Start/pause timer

    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 goal

    Edit goals by modifying the title, description and labels.

  • Filter Goals

    Filter goals by text and/or labels

  • Visualize your goals

    See a visual representation of how much you spent for every goal.

  • Dark mode

    Because its awesome

Run project on your computer

  • 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

Tech used to build this project

react logo chart.js logo material-ui logo
React Chart.js Material-UI

License

GitHub


Leave a ⭐️ if you liked this project 😄

About

get-it-done-git-master.juggernaut9.vercel.app

License:MIT License


Languages

Language:JavaScript 92.7%Language:HTML 4.9%Language:CSS 2.5%