https://github.com/charithasrir31/zen-tasks-tracker
A minimal and aesthetic task tracker built with React, TypeScript, lucide icons & TailwindCSS, designed to manage tasks with clarity and focus. Supports dynamic UI and future-ready for local storage integration.
https://github.com/charithasrir31/zen-tasks-tracker
dynamic-ui html-css-javascript javascript localstorage lucide-icons react-native reactjs tailwindcss task-manager typescript webdevelopment zen-tasks
Last synced: 2 months ago
JSON representation
A minimal and aesthetic task tracker built with React, TypeScript, lucide icons & TailwindCSS, designed to manage tasks with clarity and focus. Supports dynamic UI and future-ready for local storage integration.
- Host: GitHub
- URL: https://github.com/charithasrir31/zen-tasks-tracker
- Owner: charithasrir31
- Created: 2025-07-18T14:22:38.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-08-10T08:23:39.000Z (2 months ago)
- Last Synced: 2025-08-10T10:13:26.519Z (2 months ago)
- Topics: dynamic-ui, html-css-javascript, javascript, localstorage, lucide-icons, react-native, reactjs, tailwindcss, task-manager, typescript, webdevelopment, zen-tasks
- Language: TypeScript
- Homepage: https://zen-tasks-tracker.vercel.app/
- Size: 12.7 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Zen Tasks Tracker
A simple and elegant **task management web application** built to help you stay organized and productive. Add, update, and track your tasks with a clean and responsive interface.
## 🚀 Live Demo
🔗 **[Zen Tasks Tracker](https://zen-tasks-tracker.vercel.app/)**## 📸 Preview
## ✨ Features
- ✅ Add new tasks instantly
- ✏️ Edit existing tasks
- 🗑 Delete tasks you no longer need
- 📱 Fully responsive design for mobile and desktop
- 💾 Local storage## 🛠 Tech Stack
- **Frontend:** ReactJS, Typescript, Lucide icons & TailwindCSS
- **Deployment:** [Vercel](https://vercel.com/)## 📦 Installation & Setup
1. Clone the repository
```bash
git clone https://github.com/charithasrir31/zen-tasks-tracker.git
2. Navigate to the project folder
```bash
cd zen-tasks-tracker
3. Install dependencies
```bash
npm install
4. Start the development server
```bash
npm start
5. Open localhost in your browser.