This page is a work in progress.You can help improve it. →

One List

In this assignment, you'll build a classic todo manager.

Something like: One List

Objectives

  • Reinforce component architecture in React
  • Effective use props and state in React

Requirements

We're going to build todo manager. The user should be able to:

  • Add new todo items
  • Mark todo items as complete
  • Delete todo items

Read the documentation

Setup

degit $GITHUB_USER/react-project-template OneListFrontEnd

Explorer Mode

  • Allow a todo to be created
  • Mark a todo complete
  • Delete a todo item

Adventure Mode

  • Allow the text of a todo item to be changed

Epic Mode

  • Allow for multiple lists by allowing the user to specify the access token
© 2017 - 2022; Built with ♥ in St. Petersburg, Florida.