Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 490 Bytes

File metadata and controls

18 lines (15 loc) · 490 Bytes

Description

Todo-list prject on ReactJS.

Features

  • Add items
  • Delete items
  • Filter items
  • Make items crossed out (done)
  • Make items bold (important)
  • Find items
  • Count how many items done / need to do

todo

Installation

  • Download and set up Node.js
  • Download project, in command line change directory to the project
  • Run npm install and then npm start commands