A simple and lightweight To-Do List application built with TypeScript.
- Add tasks ✅
- Mark tasks as completed 📌
- Delete tasks 🗑️
- Local storage support for task persistence 💾
- Clone the repository:
git clone https://github.com/ade-tech/Mini-Task-App.git
- Navigate to the project folder:
cd Mini-Task-App - Install dependencies:
npm install
- Run the app:
npm run dev
- TypeScript
- HTML & CSS
- Vite (for development)
- Local Storage API
Mini-Task-App/
│── src/
│
│ ├── styles.css # App styling
│ ├── main.ts # Main TypeScript file
│ ├── Tasks.ts # Task handling logic
│── package.json
│── tsconfig.json
│── README.md
├── index.html
Pull requests are welcome! Feel free to open an issue if you have suggestions.
This project is MIT licensed.
Happy coding! 🚀