Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Samuel Gomez Sosa - Implementation StopWatch. #21

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

sgomezsosa
Copy link

You're a Senior Frontend Developer. Using the previous image as a reference, create a stopWatch app with the functionalities described below:

  1. The initial value will be 00:00:00, and it will have two buttons Start and Clear as shown in the reference image.
  2. When pressing the Start button, the clock will start running, and the Start button now changes to Pause.
  3. Once the clock starts, the user can pause it by pressing the Pause button. If it gets pressed the button will change to Continue and will have light blue colour.
  4. If the Continue button gets pressed, the clock will keep running from its previous value and will change its text to Pause and will be shown in green colour once again.
  5. If the Clear button gets pressed, the clock will restart to its initial value.

Use tailwind library for page styles.

Ask me if you have any doubt with the prompt whatever if there is missing information or because it isn't clear.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant