Skip to content

ade-tech/Mini-Task-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mini Task App 📝

A simple and lightweight To-Do List application built with TypeScript.

🚀 Features

  • Add tasks ✅
  • Mark tasks as completed 📌
  • Delete tasks 🗑️
  • Local storage support for task persistence 💾

📦 Installation

  1. Clone the repository:
    git clone https://github.com/ade-tech/Mini-Task-App.git
  2. Navigate to the project folder:
    cd Mini-Task-App
  3. Install dependencies:
    npm install
  4. Run the app:
    npm run dev

🛠️ Tech Stack

  • TypeScript
  • HTML & CSS
  • Vite (for development)
  • Local Storage API

📂 Project Structure

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

🤝 Contributing

Pull requests are welcome! Feel free to open an issue if you have suggestions.

📄 License

This project is MIT licensed.


Happy coding! 🚀

About

A Mini to do app made in Vanilla Typescript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published