A simple ToDo List web application built with React and Vite. The app allows users to add new tasks, mark them as completed, and delete tasks from the list. A clean and minimalistic user interface for easy task management.
- Add new tasks to the list.
- Mark tasks as completed.
- Delete tasks from the list.
- React
- Vite
Make sure you have Node.js and npm installed on your machine.
-
Clone the repository:
git clone https://github.com/your-username/your-repo.git
-
Navigate to the project directory:
cd your-repo
-
Install dependencies:
npm install
Run the development server:
npm run dev
Open your browser and visit http://localhost:3000.
Contributions are welcome! If you have suggestions, improvements, or issues, feel free to open a pull request or create an issue.
This project is licensed under the MIT License.
Make sure to replace placeholders like your-username
and your-repo
with your actual GitHub username and repository name. Also, if you have a specific license file, include it in your project and update the license section accordingly.