This is a simple To-Do App, made using html, TailwindCSS and JS ( Vanilla ) added all CRUD features to it, with cool animation and Hover-Effect
Features ⨠CRUD Operations:
ā Add new tasks š Edit existing tasks āļø Mark tasks as complete šļø Delete tasks
šØ Enhanced UI/UX: š Smooth animations for all actions šļø Filter tasks (All/Active/Completed) š± Responsive design šØ Modern Tailwind CSS styling
š¾ Data Persistence: š Automatically saves to localStorage š Tasks persist after page refresh
Technologies Used: HTML5 - Structure Tailwind CSS - Styling JavaScript - Functionality Font Awesome - Icons
Installation & Usage Clone the repository: git clone https://github.com/
Open in browser: Simply open index.html in any modern browser No server or dependencies required!
How It Works: Add a Task: Type in the input field and click "Add" or press Enter, Task slides in with animation
Complete a Task: Click the checkbox, Enjoy the bounce animation and smooth transition
Edit a Task: Click the edit (āļø) button, Modify the text and save
Delete a Task: Click the delete (šļø) button, Task fades out smoothly
Filter Tasks: Use the filter buttons to show All/Active/Completed tasks
Credits Developer: KESHRI Icons: Font Awesome CSS Framework: Tailwind CSS