Skip to content

Repository files navigation

In this project, let's fix the Simple Todos app by applying the concepts we have learned till now.

Refer to the image below:


simple todos outputs

Set Up Instructions

Click to view
  • Download dependencies by running npm install
  • Start up the app using npm start

Completion Instructions

Functionality to be fixed

Fix the given code to have the following functionality

  • Initially, the list of given todos should be displayed with a delete button for each todo

  • When the Delete button of a todo is clicked, then the respective todo should be deleted

  • The SimpleTodos will consist of the initialTodosList. It consists of a list of todo objects with the following properties in each todo object

    Key Data Type
    id Number
    title String

Quick Tips

Click to view
  • There are 6 bugs to be fixed to achieve the functionality and the UI that is expected

Things to Keep in Mind

  • All components you implement should go in the src/components directory.
  • Don't change the component folder names as those are the files being imported into the tests.
  • Do not remove the pre-filled code
  • Want to quickly review some of the concepts you’ve been learning? Take a look at the Cheat Sheets.

About

A debugging-focused React task management application centered on correcting breakdown logic across parent-child list components. Built during NxtWave CCBP 4.0 training to resolve hidden bugs in unique list keys, parent callback distribution, and array filter methods.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages