kmcelveen / codetest-9fcefa43

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Todo

User Stories Implemented:

  • As a user, I should be able to view a page with a task list on it.
  • As a user, I should be able to add a new task to the global task list.
  • As a user, I should be able to remove a task from the global task list.
  • As a user, I should be able to edit the name of a task in the task list.
  • As a user, I should be able to mark a task in the list as completed.

Instructions:

  • Download the repo
  • In the terminal cd into the repo and run npm install to install all required dev dependencies.
  • Change directories into the client folder and open index.html via Chrome.

About


Languages

Language:JavaScript 66.6%Language:HTML 18.1%Language:CSS 15.3%