Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 378 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 378 Bytes

About

A basic todo app I build using React. It uses Easy Peasy for state management.

How to run

Clone the project. Navigate to it using command line and run "npm start"

Notable technology

  • State management using Easy Peasy
  • Conditonal rendering for the checkboxes (pre-check completed items)
  • Functional vs class-based components
  • Routing
  • Getting data from API