Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 610 Bytes

File metadata and controls

27 lines (22 loc) · 610 Bytes

react-todo-app

A todo list application that allows users to add, save, edit and delete tasks.

Tools

  • ReactJS
  • Webpack
  • Babel
  • Lodash
  • CSS

User Stories

  • Users can add tasks
  • Tasks appear on the app after input
  • Users can edit posts
  • Users can save edited posts
  • Users can cancel task edits
  • Each task must be unique
  • Users can delete tasks
  • Tasks appear red upon submission
  • Clicking a task changes the task color from red to green

Instructions