Skip to content

gabrielcoder247/notion-like-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Front End Developer Test Notion like editor

This is a react based text editor that allows a user to add text anyhwere and covert the text to H1

How it works?

A user has to click the slash command and a set of style will appear

slash

A user can as well use the following commands:

  • Heading h1 > / 1
  • Heading h2 > / 2
  • Paragragh p > / 3

Technologies used

  1. Reactjs
  2. Tailwindcss
  3. Contenteditable package
  4. Match-sorter package

How to run

  • git clone

  • npx create-react-app

  • npm i match-sorter

  • npm i react-contenteditable

  • npm start

Releases

No releases published

Packages

No packages published