Skip to content

matyassykora/time-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Time tracker

Is a tool for tracking the time you spend procrastinating vs being productive example

Dependencies

pip install --user pipenv
curl -qL https://www.npmjs.com/install.sh | sh

Building the app

Go to the frontend directory and:

npm install
npm run build

Running the App

Go to the backend directory and:

pipenv install
pipenv shell
python manage.py migrate
python manage.py runserver

About

react & django time tracker app

Resources

Stars

Watchers

Forks

Releases

No releases published