A simple and modern task management application built using React and TailwindCSS.
- Add, delete, and complete tasks
- Responsive design for mobile and desktop
- Persistent data storage using browser localStorage
- Clean UI powered by TailwindCSS
-
Clone the repository:
git clone https://github.com/Kevinzerark/todo-list-react.git
-
Navigate to the project folder:
cd todo-list-react
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Open your browser and visit:
http://localhost:5173
Raul Kevin