Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 746 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 746 Bytes

What is it about?

Simple project in vanilla js to understand why to use statically typed languages.

Setup

  • Powershell: iwr -useb https://raw.githubusercontent.com/Edems-DEV/PVY_Timetracker/main/setup.ps1 | iex
  • ( or dowload this repo and open index.html )

Showcase

✔ Modern UI

wrong wrong

✔ Validace

wrong ok

✔ Persistent
  • using Local storage
  • Records are saved and accessible on page reopen
  • Timer can run in background (when page is closed)