An open API service indexing awesome lists of open source software.

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.

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

image

## ✨ 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.