📖 Front-end test Helpjuice

Task Description:

Recreate what we have outlined in Figma in a live, working prototype, deployed to Heroku or hosted somewhere online for easy access/testing. Building a Notion-like editor, but only the H1 heading component. So it’s not much of an editor, but rather an app that lets you write anywhere and convert your content into H1.

Tech Stack

    JavaScript Tailwind css

Demo link

Install

$ npm init
$ npm install -D tailwindcss
$ npx tailwindcss init

Usage

# Start the Tailwind CLI build process
$ npx tailwindcss -i ./src/input.css -o ./dist/output.css --watch
$ npm run watch-css
$ npm run dev

Contributing

Contributions, issues, and feature requests are welcome!

Feel free to leave any suggestions at the Issues page

(back to top)