Skip to content

akshat-OwO/notion-clone

Repository files navigation

Notion Clone

This project is a Notion clone built using Next.js as the frontend framework, Convex Database for data storage, and Clerk for authentication. It replicates the Notion editor's functionality, including nested pages, cover image uploads, and embedding images using the Edgestore bucket.

Features

  • Notion Editor: Familiar and intuitive editor interface inspired by Notion.
  • Nested Pages: Organize your content hierarchically with support for nested pages.
  • Cover Images: Customize your pages by uploading cover images.
  • Image Embedding: Easily embed images into your content using the Edgestore bucket.
  • Authentication: Secure user authentication provided by Clerk.

Tech Stack

  • Next.js: React framework for building the user interface.
  • Convex Database: Database for storing and managing application data.
  • Clerk: Authentication provider for secure user authentication.