Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shreyzeous21/notion-clone
Notion-clone
https://github.com/shreyzeous21/notion-clone
notion notion-clone notion-repo
Last synced: 1 day ago
JSON representation
Notion-clone
- Host: GitHub
- URL: https://github.com/shreyzeous21/notion-clone
- Owner: shreyzeous21
- License: mit
- Created: 2023-10-16T11:17:10.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-16T13:04:14.000Z (about 1 year ago)
- Last Synced: 2023-10-17T04:05:43.264Z (about 1 year ago)
- Topics: notion, notion-clone, notion-repo
- Language: TypeScript
- Homepage: https://notion-clone-rust.vercel.app
- Size: 531 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fullstack Notion Clone: Next.js 13, React, Convex, Tailwind | Full Course 2023
This is a repository for Fullstack Notion Clone: Next.js 13, React, Convex, Tailwind | Full Course 2023
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 🔄📄### Prerequisites
**Node version 18.x.x**
### Cloning the repository
```shell
git clone https://github.com/shreyzeous21/notion-clone.git
```### Install packages
```shell
npm i
```### Setup .env file
```js
# 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
```shell
npx convex dev```
### Start the app
```shell
npm run dev
```