/alan_timer

Primary LanguageJavaScriptApache License 2.0Apache-2.0

alan_timer

Assumptions

Visual Studio Code is the preferred IDE for development. You have latest Nodejs ( 12+ ) and react start scripts.

Overview

  1. This repo has two routes one is for Reminder and another one is for Timer
  2. If you want to use reminder go to http://localhost:3000/
  3. If you want to use Timer go to http://localhost:3000/timer
  4. If you want to test Alan, please go to above two urls separately

Install app on your machine

npm install

and

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

Quick voice commands for usage

  1. (set|add|make) a reminder at today 10 p.m for test
  2. delete last reminder
  3. delete a reminder for test
  4. cancel all reminders
  5. go to timer page
  1. set timer for 10 minutes
  2. start timer
  3. stop timer
  4. resume timer
  5. reset timer