This is a repository for Fullstack Notion Clone: Next.js 13, React, Convex, Tailwind
This app is developed based on Antonio's tutorial, and below is the link to the tutorial.
This app has been deployed through Vercel, and the link to access it is as follow.
Key Features:
- Real-time database π
- Notion-style editor π
- Light and Dark mode π
- Infinite children documents π²
- Trash can & soft delete ποΈ
- Authentication π
- File upload
- File deletion
- File replacement
- Icons for each document (changes in real-time) π
- Expandable sidebar β‘οΈπβ¬ οΈ
- Full mobile responsiveness π±
- Publish your note to the web π
- Fully collapsable sidebar
βοΈ - Landing page π¬
- Cover image of each document πΌοΈ
- Recover deleted files ππ
Node version 18.x.x
git clone https://github.com/bakgom123/Notion-project.gitnpm i# Deployment used by `npx convex dev`
CONVEX_DEPLOYMENT=
NEXT_PUBLIC_CONVEX_URL=
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=
CLERK_SECRET_KEY=
EDGE_STORE_ACCESS_KEY=
EDGE_STORE_SECRET_KEY=npx convex dev
npm run devThe copyright of the source code belongs to https://github.com/AntonioErdeljac.