AlnurFaisal / todo-list-react-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Todo List Lab

Getting Started

  • Fork and clone repo
  • cd todo-list-react-demo
  • yarn install
  • yarn start

Tasks

  1. Create TodoItem component and integrate it with current TodoList (apply what you’ve learned today about state and props)
  2. Implement the ability to mark a todo as done when you click on it
  1. Extend the abovementioned ability to toggle the isCompleted status of a todo

Sample

https://radiant-cliffs-99746.herokuapp.com/

About


Languages

Language:JavaScript 75.2%Language:HTML 13.1%Language:CSS 11.7%