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.
- Host: GitHub
- URL: https://github.com/carreraprogrammer/h1-converter
- Owner: carreraprogrammer
- Created: 2022-12-02T23:32:32.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-03T21:31:49.000Z (about 3 years ago)
- Last Synced: 2025-04-07T07:26:05.900Z (9 months ago)
- Topics: html5, javascript, jquery, react, redux, redux-toolkit, saas
- Language: JavaScript
- Homepage:
- Size: 1.82 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📗 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]** 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
Client
- **[Convert standard text into h1]**
- **[Convert standard text into p]**
- [Live Demo Link](https://main--carrerah1converter.netlify.app/)
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
```
👤 **Damiel Carrera**
- GitHub: [@carreraprogrammer](https://github.com/carreraprogrammer )
- Twitter: [@carreraprog](https://twitter.com/carreraprog)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/daniel-carrera-85a917244/)
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/carreraprogrammer/h1-converter/issues).
If you like this project, please give us a star, you can help us a lot
This project is [MIT](./LICENSE) licensed.