https://github.com/benmukebo/front-end-test-helpjuice
https://github.com/benmukebo/front-end-test-helpjuice
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/benmukebo/front-end-test-helpjuice
- Owner: BenMukebo
- Created: 2024-01-03T09:30:21.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-03T23:59:13.000Z (over 2 years ago)
- Last Synced: 2025-02-23T00:44:02.069Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://front-end-test-helpjuice.vercel.app
- Size: 67.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# π 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.
JavaScript
Tailwind css
## Demo link
## Install
- Tailwindcss setup
- [Get started with Tailwind CSS](https://tailwindcss.com/docs/installation)
```bash
$ npm init
$ npm install -D tailwindcss
$ npx tailwindcss init
```
## Usage
```bash
# Start the Tailwind CLI build process
$ npx tailwindcss -i ./src/input.css -o ./dist/output.css --watch
$ npm run watch-css
$ npm run dev
```
Contributions, issues, and feature requests are welcome!
Feel free to leave any suggestions at the [Issues page](https://github.com/BenMukebo/front-end-test-helpjuice/issues)