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/