The Task Management App is a web-based application built with the Next.js framework that helps users efficiently manage their tasks. It provides a seamless and intuitive user experience, allowing users to easily create, read, update, and delete tasks.
- Create new tasks: Add new tasks with details such as task title, description, and select status.
- Read tasks: The app provides a clean and organized interface to view all existing tasks, including their details and status.
- Update tasks: Users can edit any task's details, including modifying the title, description, and status.
- Delete tasks: Users have the option to remove tasks from their task list.
- Next.js
- TypeScript
- MobX State Tree (MST)
- Tailwind CSS
-
Clone the repository
-
Navigate to the project directory:
cd task_management
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Open your web browser and visit
http://localhost:3000
to view the app.
Check out the live version of the Task Management App https://task-management-f22q.vercel.app/