Skip to content

A simple yet effective React task management app that lets users add, edit, and remove tasks with a clean UI. Built with React Icons and configured for deployment on GitHub Pages.

Notifications You must be signed in to change notification settings

Keremunce/task-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

✅ Task Manager App

A modern and efficient Task Manager web application designed to help users organize, prioritize, and track their daily tasks.
Built with React, this app focuses on a clean, intuitive interface and smooth user interactions — perfect for productivity lovers.


✨ Features

  • 📝 Create, edit, and delete tasks
  • 📅 Mark tasks as completed or pending
  • 🧩 Filter and sort tasks by category or priority
  • 🌗 Light & dark theme support
  • ⚡ Persistent local storage for offline use
  • 💻 Responsive design optimized for all screen sizes

🧰 Tech Stack

React TypeScript Vite TailwindCSS LocalStorage ESLint


🚀 Getting Started

Follow these steps to run the project locally:

# Clone the repository
git clone https://github.com/Keremunce/task-manager.git

# Navigate into the project
cd task-manager

# Install dependencies
npm install

# Start the development server
npm run dev

Then open your browser at http://localhost:5173 to preview the app.


🧩 Project Structure

task-manager/
│
├── src/
│   ├── components/
│   │   ├── TaskCard.tsx
│   │   ├── AddTaskModal.tsx
│   │   ├── Header.tsx
│   │   └── Footer.tsx
│   │
│   ├── pages/
│   │   └── Home.tsx
│   │
│   ├── hooks/
│   │   └── useTasks.ts
│   │
│   ├── utils/
│   │   └── storage.ts
│   │
│   └── App.tsx
│
├── public/
│   └── icons/
│
├── package.json
└── vite.config.ts

🌐 Live Preview

🔗 Coming soon on Vercel or Netlify deployment link


📜 License

MIT License © Kerem ÜNCE

About

A simple yet effective React task management app that lets users add, edit, and remove tasks with a clean UI. Built with React Icons and configured for deployment on GitHub Pages.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published