← All projects

task-manager-app

by @Jones-6199

Active 19

Task management app powered by React + Vite with Material UI, featuring advanced task handling, state management.

About this project

🗂️ Task Manager App A modern, feature-rich task management application built with React, Vite, and Material UI (MUI). Organize your tasks efficiently with a clean, responsive interface. 🔗 Live Demo: https://dazzling-jalebi-84fb8a.netlify.app/ 📂 GitHub Repo: https://github.com/Jones-6199/task-manager-app ✨ Features Create, edit, and delete tasks Mark tasks as completed Responsive and clean UI using Material UI Fast performance powered by Vite Persistent storage using LocalStorage Smooth animations and user-friendly interactions 🛠️ Tech Stack React – UI Library Vite – Fast build tool and bundler Material UI (MUI) – Component library for UI JavaScript (ES6+) CSS 📦 Installation Clone the repository: git clone https://github.com/Jones-6199/task-manager-app.git cd task-manager-app Install dependencies: npm install Run the development server: npm run dev 🚀 Build for Production npm run build 📁 Project Structure src/ ├─ components/ # Reusable UI components ├─ pages/ # Page components ├─ hooks/ # Custom hooks ├─ App.jsx # Main app component └─ main.jsx # Entry point 🎯 Purpose This project demonstrates: Component-based architecture in React Task management and state handling

From the project README on GitHub

Stars
19
Forks
0
License
MIT
Last push
8 Feb 2026

Add this badge to your README

Show that your project is listed on Made in Algeria.

Made in Algeria
[![Made in Algeria](https://www.madeinalgeria.dev/badge/task-manager-app.svg)](https://www.madeinalgeria.dev/projects/task-manager-app)

Related projects