/react-todo-app

Todo Application using React

Primary LanguageJavaScript

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:

  1. Installation and configuration of React Application
  2. Configuring Redux Structure
  3. 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