https://github.com/simandrew/lorem-ipsum-generator-reactjs
Lorem Ipsum generator - generates Lorem text, and the user chooses the number of paragraphs.
https://github.com/simandrew/lorem-ipsum-generator-reactjs
Last synced: 8 months ago
JSON representation
Lorem Ipsum generator - generates Lorem text, and the user chooses the number of paragraphs.
- Host: GitHub
- URL: https://github.com/simandrew/lorem-ipsum-generator-reactjs
- Owner: SimAndrew
- Created: 2025-07-03T13:50:41.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-07-04T14:53:26.000Z (9 months ago)
- Last Synced: 2025-07-04T15:19:33.303Z (9 months ago)
- Language: CSS
- Homepage:
- Size: 43 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Lorem Ipsum generator
### About: The Lorem Ipsum Generator generates Lorem text stored in the file data.js. The user chooses the number of paragraphs to generate.
### Sample task, photo:

### Technologies, Libraries:
- [React JS](https://react.dev/)
- [Vite JS](https://vitejs.dev/), [ESLint](https://eslint.org/), [Prettier](https://prettier.io/)
- [Nano ID](https://github.com/ai/nanoid) A tiny, secure, URL-friendly, unique string ID generator for JavaScript.
### Run the app:
- Clone a project: `git clone`
```
git clone https://github.com/SimAndrew/lorem-ipsum-generator-reactjs.git
```
- Open project code in your editor.
- Install the dependencies, enter into the terminal:
```
npm install
```
- Run the project, enter into the terminal:
```
npm run dev
```