A simple To-Do application built with React, Vite, and Tailwind CSS. This app allows users to add, mark as complete, and delete tasks from their to-do list.
Features
Add new tasks. Mark tasks as completed. Delete tasks. Simple and responsive UI with Tailwind CSS. Fast development experience with Vite. Tech Stack
React - JavaScript library for building user interfaces. Vite - Next-generation build tool for fast development. Tailwind CSS - Utility-first CSS framework for custom designs. Getting Started
Prerequisites Before you begin, ensure you have the following installed:
Node.js (v14 or higher) npm or yarn
1.Installation Clone the repository: git clone https://github.com/yourusername/todo-app.git cd todo-app
2.Install the dependencies: npm install Or, using yarn: yarn install
Running the Development Server To start the development server, run: npm run dev Or with yarn: yarn dev
This will start the app at http://localhost:5173 (or whichever port is available).