Skip to content

gideonadeti/task-manager

Repository files navigation

Task Manager

Overview

Task Manager is a web application for manage tasks.

Features

  • Create, Read, Update, Delete (CRUD) Tasks: Easily manage your tasks with full CRUD functionality.
  • Create, Read, Update, Delete (CRUD) Groups: Organize your tasks into groups for better organization.
  • Task Completion Checkbox: Easily toggle tasks status as completed or not.

Technologies Used

Getting Started

  • Clone the repository: git clone https://github.com/gideonadeti/task-manager.git
  • Install dependencies: npm install
  • Start development server: npm run dev
  • Build for production: npm run build
  • Deploy to Vercel: Deploy to Vercel

Contributing & Issues

Contributions are welcome! Please fork the repository and submit a pull request or open an issue.