Skip to content

itsVES4L/React-TodoApp

Repository files navigation

React-TodoApp

This is a simple Todo List application built using React and ReduxToolkit. It allows you to add, remove, edit, and mark todos as complete or incomplete. The app also has light and dark modes and allows you to sort your todos by state (active or completed).

Live Preview

You can view a live preview of the app here:
https://react-todo-app-pi-six.vercel.app/

Installation

To install the app, follow these steps:

Clone the repository using the command git clone https://github.com/itsVES4L/React-TodoApp.git‌ Navigate to the project directory using the command cd your-repo. Install the dependencies using the command npm install. Start the development server using the command npm start.

Usage

To use the app, follow these steps:

Open the app in your browser by navigating to http://localhost:3000. Add a new todo by typing in the input field and pressing the Enter key. Mark a todo as complete by clicking on the checkbox next to it. Remove a todo by clicking on the X button next to it. Sort your todos by state (active or completed) by clicking on the corresponding button. Contributing If you would like to contribute to the project, please follow these steps:

Fork the repository. Create a new branch using the command git checkout -b new-feature. Make your changes and commit them using the command git commit -m "Add new feature". Push your changes to your fork using the command git push origin new-feature. Create a pull request. License This project is licensed under the MIT License - see the LICENSE file for details.

I hope this helps! Let me know if you have any other questions. 😊