Skip to content

Desktop application to generate lorem ipsum text. Made with tauri.

License

Notifications You must be signed in to change notification settings

athif23/lorem-app

Repository files navigation

Lorem Ipsum Generator

Desktop application to generate lorem ipsum text. Made with tauri.

Stars Count Download Counts Forks Count LICENSE

Only support windows for now

Windows Support


Showcase

Demo

✨Features

  • Lightweight installation package
  • Simple and elegant UI
  • Generate lorem ipsum in different units (word, sentence, paragraph)
  • Fast copy generated text using keyboard shortcut (ctrl+shift+L)

Dev Setup

If you want to run this project in your local system, please follow this guide:

  1. Fork this project

  2. Clone the project to your local system using this command

  3. Follow this guide to set up Tauri environment

$ git clone https://github.com/<your_github_username>/lorem-app.git
  1. Change directory to the root directory of this project
$ cd lorem-app
  1. Install all dependencies using npm or yarn
$ npm install
  1. Run the project in development mode. Please note that it might takes some times for Cargo to install dependencies for the first run.
$ npm run tauri dev

Thanks

LICENSE

MIT