A clone of the Notion productivity app with added real-time collaborative features. This application includes a real-time text editor, pages and subpages, workspaces, and authentication using Auth.js.
- Real-Time Collaborative Whiteboard: Collaborate with others in real-time on a shared whiteboard.
- Real-Time Text Editor: Edit documents simultaneously with others.
- Pages and Subpages: Organize your content hierarchically with pages and subpages.
- Workspaces: Manage different projects and teams within separate workspaces.
- Authentication: Secure user authentication using Auth.js.
- Frontend: React, Next.js, Tailwind CSS
- Backend: Node.js, Express
- Authentication: Auth.js
Clone the repository:
git clone https://github.com/Navidreza80/NotionFrontend.git
cd NotionFrontend
npm install
npm run dev