Notion Clone is a text editor like notion which has the ability to Create Paragraphs and Headings such as H1, H2, H3,P... by simply typing / then the corresponding number, then typing the text, and hitting enter. You can also select the p, h1, h2,..., h6 option from the popup that appears when you type /
.
Client
Server
styling
- Creates Heading tags as well as paragraphs by simply typing / then corresponding number, then typing the text, and hitting enter. For example, create H1 text simply by typing / then 1, then typing the text, and hitting enter.
- displays a popup for users to select from when you type /
- filter popup options based on what you type
- Light and Dark mode for better user experience
- Minimalistic design and animations for pleasing user interface
To get a local copy up and running, follow these steps.
In order to run this project you need:
Node, latest stable version
Clone this repository to your desired folder:
git clone https://github.com/StarMindz/Notion-Clone.git
cd Notion-Clone
Install this project with:
cd Notion-Clone
npm install
To run the project, execute the following command:
npm install
npm start
You can deploy this project using:
gh pages
netlify
vercel
👤 Stanley Nnamani AKA StarMindz
- GitHub: @Starmindz
- LinkedIn: Stanley Nnamani
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project...
- I would like to thank Emil CEO of helpjuice for this wonderful opportunity to build this project
- Thumb ups to all the Naija Afrobeat Musicians whose beautiful music made building this project more fun
This project is MIT licensed.