Skip to content

AustinWheel/time_tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Time Tracker

This is a really simple mobile app that will let you create activities and track the amount of time you have logged on them. This way you can track how long you spent at the gym, or even how long you spent cooking or reading! I've really been meaning to build something like this for myself because I really enjoyed how certain games tracked the hours I had played for, and I wanted something similar for the other productive areas of my life. This kinda helps me set goals and also feel good about seeing all the progress I have put into different activities :). If you have any ideas/suggestions let me know at austinwheeler1112@gmail.com!

Below are some images so you can see what the app looks like before it is available on app stores. Screenshot 2024-01-25 at 5 32 45 AM Screenshot 2024-01-25 at 5 33 15 AM Screenshot 2024-01-25 at 5 33 34 AM Screenshot 2024-01-25 at 11 51 59 PM

How To Contribute:

To get started

  • mkdir {newProject}

  • cd {newProject}

  • git clone https://github.com/AustinWheel/time_tracker.git

  • Add a .env file with EXPO_PUBLIC_CLERK_PUBLISHABLE_KEY=[YOUR CLERK PUBLISHABLE KEY] added.

  • Run npm install to get the required dependencies.

  • Use npm start to start the frontend application.

  • For the backend run setup a .venv

  • Run pip install -r requirements.txt to get the dependencies

  • Then python manage.py makemigrations

  • Then python manage.py migrate

  • Then python manage.py runserver to finally get the backend running

  • Make whatever changes you want, when your done push to a new brach and open it for review!

About

A mobile app that lets you create activities and track how long you spend doing that activity.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors