Task App is part of the Copilot internal App Store. Task App is a comprehensive task management app that allows SB (Service Business) to create and assign tasks to their clients
Task App uses NextJS for both the frontend UI and API routes. Postgres, coupled with Prisma, powers the database operations. Deployment is seamlessly handled by Vercel.
This project leverages MUI extensively for component design and design system setup. Additionally, Tailwind CSS is integrated, offering flexibility for component and UI design preferences.
-
First, clone the repository.
-
Install the dependencies using yarn
yarn
-
Run the project
yarn run dev
-
Optionally, to build the project or for other scripts, please refer to the
package.json
file.