Minimal, fast, responsive & lightweight Todo App
- ✅ Lightweight React + Vite frontend
- ✅ Todo list CRUD (Add / Remove / List)
- ✅ Fully responsive design (Mobile + Desktop)
- 🎨 Clean & modern UI
- 💾 Future integration:
todo-app/
├─ src/
├─ public/
├─ images/
├─ package.json
├─ vite.config.js
├─ README.md
📧 Contact / Socials
⚡ Note for Sharing If you clone this repository and share it on LinkedIn or any other social media, please mention my GitHub username ibadBargir along with the repository link.
🔗 GitHub:
ibadBargir | ✉ Email:
ibad72086@gmail.com
# Clone repository
git clone https://github.com/ibadBargir/Todo-App.git
# Go to project folder
cd todo-app
# Install dependencies
pnpm install # or npm install
# Start development server
pnpm dev # or npm run dev
