Problem Statement : Build a egg head timer which helps you cook eggs in a set time.
What am I aiming with this project :
- Write pure HTML, CSS and JavaScript.
- Use some design patterns to simplyify code readability and implementation.
- Understand separation of concerns(model-view-controller architecture).
This project uses ES6 module system. Opening the file directly on browser won't work due to brower's restriction policy.
Please use a http-server (eg. live-server on nodejs)[https://www.npmjs.com/package/live-server]) in the project root.