Timesheet is a web application that allows managing employees' working hours from a web browser. It was created as a part of an engineering thesis in Computer Science at Rzeszow University of Technology.
- employee management
- working time reporting
- adding information about days off
- sick leave, leave on demand etc.
- monthly statistics
- generating monthly timesheet
- exporting data to CSV and PDF
- Clone the repository
git clone git@github.com:ceski23/timesheet-frontend.git
- Inside project's directory install dependencies
npm install
Run the development server.
npm run start
Build application for use in production.
npm run build
App also needs proper backend from another repository.