Skip to content

Instantly share code, notes, and snippets.

@morsdyce
Forked from adamkleingit/mockup.md
Last active May 30, 2022 14:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save morsdyce/868b2218e427c983e870366e3d4e8b19 to your computer and use it in GitHub Desktop.
Save morsdyce/868b2218e427c983e870366e3d4e8b19 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

@morsdyce
Copy link
Author

image

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