Skip to content

Nicode611/to-do-list-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

28 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

React To-Do List with Redux

πŸ“Œ Introduction

This is a simple To-Do List application built with React and Redux for state management. The project is designed to help improve skills in using React, Redux, and managing application state effectively.

πŸš€ Features

  • Add new tasks to the list
  • Mark tasks as completed
  • Remove tasks from the list
  • Persist state using Redux
  • Responsive UI

πŸ›  Technologies Used

  • React (Frontend framework)
  • Redux (State management)
  • React-Redux (Integration of Redux with React)
  • Redux Toolkit (Simplified Redux state management)
  • CSS (Styling)

πŸ“¦ Installation & Setup

  1. Clone the repository:
    git clone https://github.com/nicode611/to-do-list-react.git
  2. Navigate to the project directory:
    cd to-do-list
  3. Install dependencies:
    npm install
  4. Start the development server:
    npm start
  5. Open your browser and go to:
    http://localhost:3000
    

πŸ“ Usage

  • Create a new list by pressing the button
  • Type a new task in the input field and press Enter or click Add.
  • Click on a task to mark it as completed.
  • Click the Delete button to remove a list.

🀝 Contributing

Contributions are welcome! Feel free to open an issue or submit a pull request.

πŸ“§ Contact

For any questions or suggestions, feel free to contact me at nicode611@gmail.com.

About

to do list react

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors