TODO App using React, Redux and Hooks

This todo app use react and redux. The user's can add new todos, mark as completed, remove a todo, and filter todos.

Getting Started

  1. clone repository
git clone
  1. Install package
npm install
  1. Start Application
npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

Screenshots