Skip to content

safeerkilinadan/react-task-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🧩 React Task Manager

A simple and modern React Task Manager built using Atomic Design principles. Features include task creation, status updates, filtering, and persistent storage with localStorage.

👉 Live Demo: https://safeerkilinadan.github.io/react-task-manager


🚀 Features

🧱 Atomic Design structure — (atoms → molecules → organisms → templates → pages)

Add, update, and clear tasks

🎨 Dynamic button styling based on task status

💾 Data persistence using localStorage

📱 Responsive and minimal UI


🖼️ Screenshots

React Task Manager


🛠️ Tech Stack

React (Vite)

JavaScript (ES6+)

CSS3

localStorage API


⚙️ Setup

Clone the repository

git clone https://github.com/safeerkilinadan/react-task-manager.git

Navigate into the folder

cd react-task-manager

Install dependencies

npm install

Run the app

npm run dev

🧠 Project Structure

src/ ├── components/ │ ├── atoms/ │ ├── molecules/ │ ├── organisms/ │ ├── templates/ │ └── pages/ ├── hooks/ │ └── useLocalStorage.js └── styles/ └── styles.css

About

React task manager built with Atomic Design -- features task tracking, filtering, and localStorage persistence.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors