konstantinmuenster / notion-clone
- суббота, 14 ноября 2020 г. в 00:24:20
JavaScript
Edit Notes like in Notion.so. Full-Stack App using React/Express.
This clone tries to replicate some of the great note-taking features Notion has. If you don't know Notion.so yet, I highly recommend to check it out!
/
to turn the block into different content types)<a>
in text blocks)/image
command)The frontend is built with Next.js and fully server-side rendered. On the backend, a REST API handles saving user content and user management.
Next.js · React.js · SCSS/SASS
Express.js · MongoDB with Mongoose · Nodemailer · JWT (Cookie-based)
Clone the project
git clone https://github.com/konstantinmuenster/notion-clone.git
cd notion-clone
Install and run backend (http://localhost:8080)
cd backend
npm install
npm start
Install and run frontend (http://localhost:3000)
cd frontend
npm install
npm run dev
Konstantin Münster – konstantin.digital – mail@konstantin.digital
Distributed under the MIT license.
See LICENSE
for more information.