Skip to content

tsimian/shift_tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shift tracker

An app designed to keep track of hours worked each month

App Screenshot

Why?

I wanted to create something for personal use to keep track of work hours.

Todos

  • Create database
  • Create user login
  • Create separate months folders

Run

Clone the repository, then...

# Install
$ npm install
# Run the json-server first at port 5000
$ npm run server
# Start up the react app at port 3000
$ npm start

Use

Click the Add Shift button. Select a date from the calendar, input the hours and minutes worked on said date, then click the Submit button.

About

A CRUD app made with react to track hours worked and make post/put/delete requests to a mock backend made with json-server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors