Content Writing CMS

This is a NextJS project created with MongoDB, ShadCN, TailwindCSS, and TypeScript. It's a straightforward project designed to facilitate collaboration among writers, editors, and project managers on writing tasks.
Project Demo
Here are the steps to making an account on the platform
- Click this link to view the project https://slackapp-seven.vercel.app/
- Sign in via Google or GitHub via OAuth
- Create a project on the projects page and give it any title
- Click on the project title and create a task inside the project
Get started
Whether you'd like to collaborate on this project or build a version for yourself, contact me via email, and I'll send you a GitHub link. You can clone the repo and start coding.
- Install dependencies
npm install
- Start the app
npm run dev
You can start developing by editing the files inside the app directory. This project uses file-based routing.