https://github.com/sahasourav17/react-redux-todoapp
https://github.com/sahasourav17/react-redux-todoapp
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sahasourav17/react-redux-todoapp
- Owner: sahasourav17
- Created: 2024-03-22T06:30:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-26T10:02:24.000Z (over 1 year ago)
- Last Synced: 2025-03-28T07:41:34.855Z (6 months ago)
- Language: JavaScript
- Size: 147 KB
- Stars: 0
- Watchers: 1
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.