Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/benmukebo/front-end-test-helpjuice


https://github.com/benmukebo/front-end-test-helpjuice

Last synced: 13 days ago
JSON representation

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.

## Tech Stack


    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
```

## Contributing

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)

(back to top)