Simple web app with a timer that was intended for a friend to use for his job.
Credits to this video for Javascript code: https://www.youtube.com/watch?v=jRhB1IG7uAw
Steps to run:
- 'pip install -r requirements.txt' to install all the required packages.
- 'python src\app.py' to run the flask app.
Open http://localhost:5000 on your browser to see the app.
How to use:
- Click 'START' to start the stop watch.
- Click 'STOP' whenever you want to stop the timer.
- Click 'RESET' to reset the timer back to zero. When you click 'RESET', the participant's name (currently me) and the current time will be added to the table on the right.
To reset the table, just refresh the page.