Todo Application using React
- Read a list of tasks
- Add a task
- Mark any task
- Delete any task
- Edit any task
- Add label to the task
Technologies used:
React
Advance React: Redux, Redux-thunk middleware
Implementation Steps:
- Installation and configuration of React Application
- Configuring Redux Structure
- Perform create, edit, delete and adding label to tasks.
Functionality of the project:
Implementing actions, reducers and store in redux. Roles of Action, Dispatch, Reducer, State, Provider, Connect