Skip to content

timemate-v2/TimeMate

 
 

Repository files navigation

TimeMate

TimeMate is an employee timesheet application. Employees can use TimeMate to clock in and out; managers can track employees' weekly hours.

What's new in v2

  • Fixes connections between frontend and backend and establishes a working PostgreSQL database
  • Migrates class-based React components to functional components (with state hooks) to improve readability and maintainability
  • Introduces unit and integration tests with Jest and React Testing Library

Instructions to run

git clone https://github.com/timemate-v2/TimeMate.git
npm install
npm run dev

Username/password for demo

Employee

username: workermcgee
password: worker

Manager

username: LamesBoe
password: admin

About

TimeMate 2.0 is an improved employee timesheet app with a brand-new backend, refactored frontend, and new testing suite.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 90.3%
  • CSS 8.2%
  • HTML 1.5%