Skip to content

Reference React application for tracking time in tasks across multiple projects. Leverages the Golang API in https://github.com/BryanMorgan/time-tracking-api.

License

Notifications You must be signed in to change notification settings

BryanMorgan/time-tracking-app

Repository files navigation

Time Tracking - React App

CI

Reference app for tracking time, projects, and tasks. Built with React. Leverages the Golang Time Tracking API.

Starting

To start the app make sure dependencies are installed:

npm install

and run

npm start

which will start the app on localhost:3000

Notes

The app relies on the a VITE_REACT_APP_API_URL environment variable to connect to the Time Tracking API. The default of http://localhost:8000 is set in the .env.development configuration file.

Production Mode

To build production assets run:

npm run build

And then open ./dist/index.html using a web server. For example:

cd dist
npx serve

Ensure the VITE_REACT_APP_API_URL environment variable is set for the production API.

About

Reference React application for tracking time in tasks across multiple projects. Leverages the Golang API in https://github.com/BryanMorgan/time-tracking-api.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published