Final solo project done during the last week of Back-end Developer - Python course at the Coderslab programming school.
The application is an employee time clock with the function of storing work results in a database. Core functions:
- creating 'live' work time clock with pause, resume, stop and save functions
- adding, editing and removing timers
- displaying timers for the currently logged in user
- user, customer, project and task management
- user, customer, project and task statistics
An application written in Django with JavaScript elements and ajax queries. All data kept in Postgresql DB. Appearance borrowed and slightly modified from another project made during the course with the school permission.