Skip to content

romabozhanovgithub/time-tracking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Time Tracking

Description

This is web application for managing you projects, tracking you activity and calendar planing

Functionality

  • Sign up
  • Sing In
  • Manage you project
  • Track you current and previous activity(Can bound to project)
  • Create and manage your calendar Authentication system provided via JWT

Setup

Backend

pip install -r requirements.txt
python manage.py makemagrations
python manage.py migrate
python manage.py runserver

Frontend

cd frontend
npm i
npm start

Go to localhost:3000 to view the app

Technologi Stack

  • Django
  • Django Rest Framework
  • React
  • Redux
  • Router
  • PostgreSQL

Quick review

Login Page

Image alt

Register Page

Image alt

Tracks Page

Image alt

Tasks Page

Image alt

Create Task

Image alt

Edit task

Image alt

Calendar Page

Image alt

Create Calendar

Image alt

Quick mark

This project still have a few issues and bugs(e.g. calendar dates works incorrectly), so it is on development stage

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published