This project is a Task Management System designed to help users organize, prioritize, and track tasks and to-do items effectively.
-
Task Management:
Create and manage tasks with due dates, categories, and process statuses to monitor progress. -
To-Do Management:
Add to-do items with custom priority levels (Low, Medium, High) for detailed task breakdown and prioritization. -
Dashboard & Visualization:
Get an overview of your tasks and to-dos through an intuitive dashboard featuring task schedules, bar charts, and pie charts for easy understanding.
- Frontend Framework: React
- Language: TypeScript
- Build Tool: Vite
- Styling: TailwindCSS
- UI Components: Ant Design
- Node.js (v16 or higher recommended)
- npm or yarn
-
Clone the repository:
git clone https://github.com/Jet1a/task_management.git cd task_management -
Install dependencies:
npm install # or yarn install -
Start the development server:
npm run dev # or yarn dev -
Open http://localhost:5173 in your browser to view the app.
