A-STAR / ngrx-counters

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Coding Challenge

Tasks

  1. Add an additional counter on the page, which is independent of the first.
  2. Add a "Reset all" button for the counters.
  3. BUG - The current behavior allows for the counter to go negative. The desired behavior is that counters do not go below 0.
  4. Keep the app as DRY (Don't Repeat Yourself) as possible

Submitting

  1. Remove node_modules folder
  2. Compress current directory and source code into a .zip archive
  3. Provide archive

About


Languages

Language:TypeScript 73.8%Language:JavaScript 15.5%Language:HTML 7.2%Language:CSS 3.5%