pawan67 / buzznote

The Connected workspace for your notes, tasks, wikis, and databases. created using Next js 13, Convex, Tailwind CSS

Home Page:https://buzznote.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Buzznote

A notion clone created using Next js 13, Convex, Tailwind CSS

Screenshots

App Screenshot

Demo

https://buzznote.vercel.app/

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 πŸ”„πŸ“„

Installation

Install with npm

  npm install

Run Locally

Clone the project

  git clone https://github.com/pawan67/buzznote

Go to the project directory

  cd buzznote

Install dependencies

  npm install

Start the server at port 3000

  npm run dev

Build and deploy

To Build this project run

  npm run build

To start build server

  npm run start

For Deploying with vercel

https://docs.convex.dev/production/hosting/vercel

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

CONVEX_DEPLOYMENT NEXT_PUBLIC_CONVEX_URL

NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY CLERK_SECRET_KEY

EDGE_STORE_ACCESS_KEY EDGE_STORE_SECRET_KEY

About

The Connected workspace for your notes, tasks, wikis, and databases. created using Next js 13, Convex, Tailwind CSS

https://buzznote.vercel.app/


Languages

Language:TypeScript 95.2%Language:JavaScript 3.6%Language:CSS 1.2%