/Weekly-Project-Timer

A timer written with Vue.js + Vuetify, which records how long you have worked on a specific project during a week.

Primary LanguageVueMIT LicenseMIT

Weekly Project Timer

Description

This tool uses a built-in digital timer to calculate the time spent on a project in a specified time period. It uses the browser's LocalStorage to save every entry, nothing goes to a backend! Your data remains your data! 🤘

Features

  • Add new time-entries.
  • Edit existing entries with the projects name and its description.
  • Remove accidently saved time-entries.
  • Shows a weekly summary of created projects with its time in a doughnut chart.
  • A bar chart that shows how long you have been working and how long you still have to work.

Images

Application

application

Setup

Note: To setup the project you have to install VueCLI. Furthermore, you should clear the project's localStorage when this tool was updated, to take full advantage of this program.

Test the Project with

npm run serve