Back to course

Building Your First Mini Project: Todo List

React JS 0 to Hero: The Complete Guide

Project: Todo App

Combine State, Lists, and Event Handling.

  1. Create an input and a button.
  2. Store the list of todos in an array state.
  3. Add items to the list on button click.
  4. Allow removing items by filtering the state.