https://github.com/aadhar41/lorem-ipsum
A React application that generates various types of "Lorem Ipsum" text to spice up your placeholders. Instead of the standard boring Latin, choose from a variety of fun and unique text styles including Hipster, Zombie, Cat, and more!
https://github.com/aadhar41/lorem-ipsum
css3 eslint git github html5 husky lint-staged nodejs npm npx prettier react react-dom reactjs stylelint stylelint-config-standard
Last synced: 2 months ago
JSON representation
A React application that generates various types of "Lorem Ipsum" text to spice up your placeholders. Instead of the standard boring Latin, choose from a variety of fun and unique text styles including Hipster, Zombie, Cat, and more!
- Host: GitHub
- URL: https://github.com/aadhar41/lorem-ipsum
- Owner: aadhar41
- License: mit
- Created: 2025-12-23T09:25:15.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2026-03-09T11:31:43.000Z (3 months ago)
- Last Synced: 2026-03-09T16:20:23.639Z (3 months ago)
- Topics: css3, eslint, git, github, html5, husky, lint-staged, nodejs, npm, npx, prettier, react, react-dom, reactjs, stylelint, stylelint-config-standard
- Language: CSS
- Homepage: https://lorem-ipsum-gen-react.netlify.app/
- Size: 690 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lorem Ipsum Generator
A React application that generates various types of "Lorem Ipsum" text to spice up your placeholders. Instead of the standard boring Latin, choose from a variety of fun and unique text styles including Hipster, Zombie, Cat, and more!
## 📸 Screen
| Feature | Preview |
| :--- | :--- |
| **Lorem Ipsum Generator** |
|
---
## Features
- **Customizable Paragraph Count**: Choose exactly how many paragraphs you need.
- **Multiple Text Types**: Generates text from a curated list of creative "ipsum" styles.
- **Copy to Clipboard**: Easily copy the generated text for use in your projects.
- **Responsive Design**: Looks great on desktop and mobile.
## Prerequisites
Before you begin, ensure you have met the following requirements:
- **Node.js**: v14.0.0 or higher
- **npm**: v6.0.0 or higher
## Installation
1. Clone the repository:
```bash
git clone
```
2. Navigate to the project directory:
```bash
cd lorem-Ipsum
```
3. Install dependencies:
```bash
npm install
```
## Usage
### Development Server
To start the app in development mode:
```bash
npm start
```
Open [http://localhost:3000](http://localhost:3000) to view it in your browser. The page will reload when you make changes.
### Testing
To launch the test runner in interactive watch mode:
```bash
npm test
```
### Build
To build the app for production to the `build` folder:
```bash
npm run build
```
---
## 🤝 Community & Contributions
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
- **Code of Conduct**: Please read our [Code of Conduct](CODE_OF_CONDUCT.md) to understand the standards of behavior we expect in our community.
- **Contributing**: Check out the [Contributing Guidelines](CONTRIBUTING.md) for details on our code of conduct and the process for submitting pull requests.
- **Security**: Please refer to our [Security Policy](SECURITY.md).
- **Issue Templates**: When opening an issue, please use the provided [Bug Report](.github/ISSUE_TEMPLATE/bug_report.md) or [Feature Request](.github/ISSUE_TEMPLATE/feature_request.md) templates.
---
## 📜 License
Distributed under the MIT License. See `LICENSE` for more information.