mitushaa / react-todo-app

Todo Application using React

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Todo Application using React


Languages

Language:JavaScript 69.3%Language:HTML 22.8%Language:CSS 7.9%