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

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.

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:

![image](https://github.com/user-attachments/assets/439ee4dc-b373-417b-a1be-2fb23d0a4cbd)

### 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
```