Todo App

This is a simple Todo application built with React and Redux for managing tasks.

Features

  • Add new todos
  • Toggle todo completion status
  • Remove todos
  • Filter todos by completion status
  • Mark all todos as completed
  • Search for todos

Installation

  1. Clone the repository:
git clone https://github.com/your-username/todo-app.git;
  1. Navigate to the project directory:
cd todoapp;

3.Install dependencies using npm or yarn:

npm install

Usage

To run the application locally, use the following command:

npm start

This will start the development server and open the application in your default web browser.