An open API service indexing awesome lists of open source software.

https://github.com/sahasourav17/react-redux-todoapp


https://github.com/sahasourav17/react-redux-todoapp

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# Career Development Program (Batch-07) - Spring Rain

This project is built for the Spring Rain's Career Development Program (batch-07).

## Assignment:

- ### Add edit todo functionality

You've to add a edit button in each todo in the todo list and when anyone clicked on the edit button then it will open a `Add Todo` like modal (you can convert this component also so that it works for both add and edit) with the data filled with the respective data. Then user edit the title or description and after saving it should update the state and display the updated todo in realtime.

## Note

First fork the repo and then work in the forked repo.