About: Full-stack Agile system app with Docs, Chats, Roadmaps and Rewards shop. Built on MIREA winter 2023 hackathon - Vue + TS
- Create, edit and delete kanban boards in project
- Create, edit and delete sections in board - draggable
- Create, edit and delete tasks in sections - draggable
- Invite people to your project via link
- View all project members
- Spend tokens in shop - you get rewards by completing tasks - only owner or admin can add new items to shop
- Create, edit and delete docs in project with rich text editor
- Create, edit and delete chats in project with all members
- Create, edit and delete roadmaps in project - scrollable on X
- Create, edit and delete goals in roadmap - scrollable on Y
- JWT Auth
Enter client folder:
cd clientMake sure to install the dependencies:
# npm
npm iStart the development server on http://localhost:3000:
# npm
npm run dev