This project is a simple Todo application developed using React. It allows users to manage their tasks efficiently by adding, updating, and deleting items from their todo list.
- Task Management: Add, edit, and remove tasks from the list.
- Task Status: Mark tasks as completed or pending.
- Filtering: Filter tasks based on their completion status (completed/pending/all).
- LocalStorage: Utilizes browser's Local Storage to persist tasks locally.
- React: JavaScript library for building user interfaces.
To run this project locally, follow these steps:
- Clone the repository: git clone https://github.com/nicknamed19/React-ToDo
- Navigate to the project directory: cd your-repository
- Install dependencies: npm install
- Start the development server: npm start
Once the development server is running, access the application in your web browser at http://localhost:3000.
Contributions are welcome! Feel free to open issues or submit pull requests to help improve this project.
This project is licensed under the MIT License.
- React
For any questions or inquiries, feel free to contact the project maintainers.