Fork this repository. It needs to stay on Github, publicly available. If you want to remain anonymous, please send us a .zip with the code in the email.
Install project dependencies with npm install command. After that is completed, you can start a development server with npm run start.
Create a simple stopwatch with options to play, pause and reset the counter. When running number should be updated by 1 on every second.
- Keep the pause button disabled while the counter is below 10s.
- Reset the counter when the number of seconds exceeds 30.
We provide a design file that you should use; you can also find it on figma. Please make the UI pixel perfect.
The font is Roboto, and you can get it from here.
You can use any JS framework/library or go with vanilla JS; choose whatever you feel comfortable with.
Good luck 🤗