Skip to content

Instantly share code, notes, and snippets.

@okvv
Forked from morsdyce/mockup.md
Created May 30, 2022 14:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save okvv/e5a366a12029897b8ccc59f708dc41b3 to your computer and use it in GitHub Desktop.
Save okvv/e5a366a12029897b8ccc59f708dc41b3 to your computer and use it in GitHub Desktop.
Timer App

Timer App

Please create an app for managing timed tasks.

  1. The user can input a text and click Add
  2. A new task is added with the title, and 00:00 time, and a play button.
  3. Clicking Play will play this task: the timer will start running, and the icon will change to a pause icon. Also - any other running task will be paused.
  4. Clicking Pause will pause the task.
  5. The total time is always updated.

Define and implement an API for this application using NodeJS and a framework of your choice.

See attached wireframe image

@okvv
Copy link
Author

okvv commented May 30, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment