Text Generator App 📝

This simple text generator application allows users to generate random text based on the specified number and inclusion of HTML tags.

Features ✨

  • Generate random text based on a user-specified number (1 to 10).
  • Include or exclude HTML tags such as p, h1, h2, h3, h4, h5, h6, span in the generated text.
  • Copy the generated text to the clipboard with a click of a button.

Technologies Used 🚀

Technologies I used in this project

  • React.js
  • Redux
  • React-Copy-To-Clipboard

Installation ⚒️

  1. Clone this project
  git clone https://github.com/guleroglu/textGeneratorApp.git
  1. Install dependencies:
  npm install
  1. Run the application in development mode:
  npm run dev

Screenshot📸