Skip to content

sandy088/Otion-FullStack-Notion-Clone

Repository files navigation

Otion - The Fullstack Notion Clone: Next.js 14, React, Convex, Tailwind

Screenshot 2024-02-05 211220

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 🔄📄

Screenshots

Screenshot 2024-02-05 211735 Screenshot 2024-02-05 211802 Screenshot 2024-02-05 211835 Screenshot 2024-02-05 211220 Screenshot 2024-02-05 211248 Screenshot 2024-02-05 211416 Screenshot 2024-02-05 211447 Screenshot 2024-02-05 211528 Screenshot 2024-02-05 211548 Screenshot 2024-02-05 211611 Screenshot 2024-02-05 211702 Screenshot 2024-02-05 212010

Prerequisites

Node version 18.x.x

Cloning the repository

git clone https://github.com/AntonioErdeljac/notion-clone-tutorial.git

Install packages

npm i

Setup .env file

# 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=

Setup Convex

npx convex dev

Start the app

npm run dev