Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

To-Do-Redux

To-Do List App with Redux

This is a React application for managing to-do items using Redux for state management.

Features

  • Add new to-do items.
  • Remove to-do items.

Installation

  1. Clone this repository or download the zip file.

  2. Install the required dependencies:

    npm install

Usage

  1. Start the development server:

    npm start
  2. Open http://localhost:3000 in your browser to access the application.

Technologies Used

  • React: JavaScript library for building user interfaces.
  • Redux: State management library for predictable application state.
  • Redux Toolkit: Simplifies Redux development.
  • React-Redux: Connects React components to the Redux store.

Running Tests (Not included in this basic example)

  • No unit or integration tests are included in this basic example. You can add testing frameworks like Jest and React Testing Library for a more robust development workflow.

Contribution

Feel free to fork this repository and contribute your improvements!

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors