A simple To-Do List application built with React and Vite.
The project demonstrates basic CRUD operations, search functionality, and task completion management.
- Add new tasks
- Delete a single task
- Delete all tasks
- Mark tasks as completed using a checkbox
- Search tasks by title
- Fast development build powered by Vite
- React
- Vite
- JavaScript (ES6+)
- React Hooks (useState)
- HTML5
- CSS3
- Clone the repository:
git clone https://github.com/Roman-Bilichenko/react-todo-app
Go to the project directory:
cd react-todo-vite
Install dependencies:
npm install
Start the development server:
npm run dev
The application will be available at:
๐ http://localhost:5173