Skip to content

marketertechnologies/front-end-assignment-stopwatch

Repository files navigation

Before you start

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.

Development

Install project dependencies with npm install command. After that is completed, you can start a development server with npm run start.

Task requirements

Create a simple stopwatch with options to play, pause and reset the counter. When running number should be updated by 1 on every second.

Additional functionality:

  • Keep the pause button disabled while the counter is below 10s.
  • Reset the counter when the number of seconds exceeds 30.

Design

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.

Technical stack

You can use any JS framework/library or go with vanilla JS; choose whatever you feel comfortable with.


Good luck 🤗

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors