This is a simple Todo app built using React and Vite. It allows users to manage their tasks efficiently with a clean and intuitive user interface.
Add Tasks: Easily add new tasks to your to-do list.
Toggle Completion: Mark tasks as completed or uncompleted with a simple click.
Delete Tasks: Remove tasks that are no longer needed.
Clone the repository:
git clone [email protected]:darinetag/Todo-react.git
cd Todo-react
Install dependencies: npm install
Run the app: npm run dev
React: A JavaScript library for building user interfaces.
Vite: A fast development build tool that supports React and other frameworks.
Feel free to contribute by opening issues, submitting pull requests, or suggesting improvements. Your feedback is highly appreciated.
This project is licensed under the MIT License - see the LICENSE file for details.