/To-Do-Application

Primary LanguageHTMLMIT LicenseMIT

To-Do-Application

Description

A simple To-Do application built with ReactJS, Redux, and React hooks.

Features

  • Add a new task
  • View the list of tasks
  • Edit a task
  • Delete a task
  • Mark a task as completed

Installation

  1. Clone the repository:

    git clone <repository-url>
  2. Navigate to the project directory: cd todo-app

  3. Install the dependencies: npm install

  4. Usage Start the development server: npm start

  5. Open your browser and go to http://localhost:3000

  6. Dependencies React Redux React-Redux @reduxjs/toolkit

  7. License This project is licensed under the MIT License.