A simple To-Do application built with ReactJS, Redux, and React hooks.
- Add a new task
- View the list of tasks
- Edit a task
- Delete a task
- Mark a task as completed
-
Clone the repository:
git clone <repository-url>
-
Navigate to the project directory: cd todo-app
-
Install the dependencies: npm install
-
Usage Start the development server: npm start
-
Open your browser and go to http://localhost:3000
-
Dependencies React Redux React-Redux @reduxjs/toolkit
-
License This project is licensed under the MIT License.