Welcome to the React Vite Todo App! This is a simple web application built using React and Vite that allows users to manage their tasks. You can create new tasks, mark tasks as completed, and delete tasks. The app utilizes local storage to persist task data, ensuring that your tasks remain even after you close the browser.
Add new tasks to your to-do list by typing in the task description and pressing the "Add" button.
Once you've completed a task, simply click the checkbox next to the task to mark it as completed. The task will be visually distinguished to show its completion status.
If you no longer need a task, you can remove it from the list by clicking the "Delete" button next to the task.
The app uses local storage to store your tasks. This means that even if you close the browser or refresh the page, your tasks will be saved and available the next time you visit the app.
To get started with the Todo App, follow these steps:
Start by cloning this GitHub repository to your local machine
Move into the project directory
Use your preferred package manager (npm or yarn) to install the project dependencies
Start the Vite development server
Once the development server is running, open your web browser and navigate to http://localhost:3000 to access the Todo App.
Contributions are welcome! If you find a bug or have an idea for an improvement, feel free to open an issue or submit a pull request. Please make sure to follow the existing code style and conventions.
This project is licensed under the MIT License. Feel free to use and modify the code as needed.
Thank you for using the React Vite Todo App. If you have any questions or need assistance, don't hesitate to contact us or open an issue. Happy task managing!