https://github.com/vynnptra/vanilla-js-todo
A simple and responsive Todo List app built with Vanilla JavaScript and styled using Tailwind CSS. Created for learning purposes.
https://github.com/vynnptra/vanilla-js-todo
tailwindcss todolist vanila-javascript
Last synced: 3 months ago
JSON representation
A simple and responsive Todo List app built with Vanilla JavaScript and styled using Tailwind CSS. Created for learning purposes.
- Host: GitHub
- URL: https://github.com/vynnptra/vanilla-js-todo
- Owner: vynnptra
- Created: 2025-04-08T01:40:48.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-04-08T08:25:52.000Z (3 months ago)
- Last Synced: 2025-04-08T09:32:05.570Z (3 months ago)
- Topics: tailwindcss, todolist, vanila-javascript
- Language: HTML
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ✅ JavaScript Todo List App
A simple and responsive Todo List app built using **Vanilla JavaScript** and styled with **Tailwind CSS**.
This project is created as a personal learning exercise to practice DOM manipulation, event handling, and basic UI styling.---
## ✨ Features
- Add new todo items
- Mark items as completed
- Delete todo items
- Responsive layout with Tailwind CSS
- Clean and minimal UI---
## 🚀 Getting Started
1. Clone the repository:
```bash
git clone https://github.com/vynnptra/vanilla-js-todo.git
cd vanilla-js-todo