A simple and intuitive To-Do application built using React.js and Tailwind CSS.
- Add, edit, and delete tasks
- Mark tasks as completed
- Responsive design
- Persistent state using local storage (if implemented)
- React.js - Frontend framework
- Tailwind CSS - Styling
- Vite - Development server and bundler
-
Clone the repository:
git clone https://github.com/RupB401/todo-app.git cd todo-app -
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Open your browser and navigate to
http://localhost:5173/
- Type a task in the input field and press enter to add it.
- Click on a task to mark it as completed.
- Use the delete button to remove a task.
To build the application for production:
npm run buildThe optimized files will be available in the dist/ folder, which you can deploy on Netlify, Vercel, or any static hosting service.
Live Demo: To-Do App
This project is licensed under the MIT License.
Contributions are welcome! Feel free to open an issue or submit a pull request.
- GitHub: RupB401