Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Progress-tracker:

It's a simple progress tracker with front-end in Vite React-TS and back-end in Go and sqlite as the database.

  • To run on localhost:
npm run dev # in the frontend/
go build && ./progress-tracker # in the backend/