A todo management application built with React, Vite, and Tailwind CSS.
- Dynamic Task Management: Add, edit, and delete tasks instantly.
- Responsive UI: Fully optimized for mobile, tablet, and desktop.
- Modern Styling: Built with Tailwind CSS v4..
- Frontend: React.js
- Bundler: Vite
- Styling: Tailwind CSS
- Icons: React Icons
If you want to run this project locally on your machine, follow these steps:
-
Clone the Repository
git clone "https://github.com/codamee/todo-app.git" -
Navigate into the Project Directory
cd todo-app -
Install Dependencies This step is crucial as it downloads the necessary
node_modulesrequired to run the app.npm install
-
Start the Development Server
npm run dev
Once started, open http://localhost:5173 in your browser.