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

https://github.com/carreraprogrammer/h1-converter

This web app will give you the possibility to convert normal text into H1 text.
https://github.com/carreraprogrammer/h1-converter

html5 javascript jquery react redux redux-toolkit saas

Last synced: 6 months ago
JSON representation

This web app will give you the possibility to convert normal text into H1 text.

Awesome Lists containing this project

README

          

logo

# 📗 Table of Contents

- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [📝 License](#license)

# 📖 [H1 converter]

**[H1 converter]** is a web application with the functionality to convert standard text into HTML elements. To use this, you need to use the command / followed by 1, at the beginning of the input element to write the H1 part and press enter. If you want to create a p element, you should write standard text and press enter. If you wish to cancel the "create h1" action, you can press escape

## 🛠 Built With

### Tech Stack

Client

### Key Features

- **[Convert standard text into h1]**
- **[Convert standard text into p]**

(back to top)

## 🚀 Live Demo

- [Live Demo Link](https://main--carrerah1converter.netlify.app/)

(back to top)

## 💻 Getting Started

To get a local copy up and running, follow these steps.

### Prerequisites

In order to run this project you need:

```sh
npm install
```

### Setup

Clone this repository to your desired folder:

Example commands:

```sh
cd my-folder
git clone git@github.com:carreraprogrammer/h1-converter.git
```

### Usage

To run the project, execute the following command:

Example command:

```sh
npm start
```

### Run tests

To run tests, run the following command:

Example command:

```sh
npm test
```

(back to top)

## 👥 Author

👤 **Damiel Carrera**

- GitHub: [@carreraprogrammer](https://github.com/carreraprogrammer )
- Twitter: [@carreraprog](https://twitter.com/carreraprog)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/daniel-carrera-85a917244/)

(back to top)

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/carreraprogrammer/h1-converter/issues).

(back to top)

## ⭐️ Show your support

If you like this project, please give us a star, you can help us a lot

(back to top)

## 📝 License

This project is [MIT](./LICENSE) licensed.

(back to top)