Skip to content

Roman-Bilichenko/react-todo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React To-Do List (Vite) 📝

A simple To-Do List application built with React and Vite.
The project demonstrates basic CRUD operations, search functionality, and task completion management.


🚀 Features

  • 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

🛠️ Technologies Used

  • React
  • Vite
  • JavaScript (ES6+)
  • React Hooks (useState)
  • HTML5
  • CSS3

📦 Installation & Run

  1. 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

About

Simple To-Do List application built with React. Allows users to add, edit, complete and delete tasks. Created for practicing React fundamentals such as components, state, props, and hooks.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors