Skip to content

aletex1994/redux-todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Redux Todo List App 📋

This is a simple Todo List application built using React and Redux. It allows the user to add new tasks, update the status of existing tasks (completed or not), and delete tasks.

Installation

To run the application, follow these steps:

  1. Clone the repository to your local machine
  2. Install the dependencies by running npm i
  3. Start the development server by running npm run start

Usage

Once the application is running, you can start adding tasks to the list by typing in the input field and pressing the "Add" button. Each task will be displayed as a list item with a checkbox to mark it as completed, an edit button to update the task, and a delete button to remove it from the list.

To mark a task as completed, simply click on the checkbox. The task will be crossed out to indicate that it has been completed.

To update a task, click on the edit button. This will display a modal with the current task text and an input field to update it. Once you have made your changes, click the "Update" button to save the new task text.

To delete a task, click on the delete button. This will remove the task from the list permanently.

Technologies Used

This application was built using the following technologies:

  • React: A JavaScript library for building user interfaces
  • Redux: A predictable state container for JavaScript apps

Future Improvements

Here are some potential improvements that could be made to this application:

  • Add a search bar to filter tasks by name or status
  • Implement drag and drop functionality to allow users to reorder tasks
  • Store the task list in a backend database to enable multiple users and persistence
  • Add authentication to restrict access to the task list to authorized users only.

About

Simple React-Redux todo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published