Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.2 KB

README.md

File metadata and controls

28 lines (20 loc) · 1.2 KB

React + Vite To Do App

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.

To Do

Features

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.

Getting Started

Clone the repository:
git clone [email protected]:darinetag/Todo-react.git
cd Todo-react

Install dependencies: npm install
Run the app: npm run dev

Technologies Used

React: A JavaScript library for building user interfaces.
Vite: A fast development build tool that supports React and other frameworks.

Contributing

Feel free to contribute by opening issues, submitting pull requests, or suggesting improvements. Your feedback is highly appreciated.

License

This project is licensed under the MIT License - see the LICENSE file for details.