Skip to content

ceobit/Work-Time-tracking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project "Work Time Tracking"

The fullstack time tracking app (in progress...)

http://ceobit.me/

demo profile:
login: Roman
password: 123456

screen

Features:

  • Registration with username and password
  • Login to the app
  • Logout of the app
  • User ables to create time records with date, length of time and a note
  • User ables to sort time records based on date and length of time
  • User ables to filter time records by start date (from date, to date)
  • User ables to change and delete time records

it's possible to perform all user actions via the REST API, including authentication

Unit and e2e tests were used

Stack:

React JS (Hooks)
Redux
NodeJS
ExpressJS
MongoDB
Material UI