Use this tool to track time spent working on different projects, or for different clients. Helpful for freelancers, consultants, or anyone who needs to keep track of their time.
Feel free to give it a go. It's deployed on Railway and available here: https://timetracker-production-f7d3.up.railway.app/
In order to run this locally you'll need to spin up a new database, and run the migrations against it. You'll also need to add the appropriate authentication secrets to a .env file, see .env.example.
Navigate to the client directory and install the dependencies.
cd client
npm i