https://github.com/jirihofman/random8
Random generator of names, emails, codes, passwords and complete personas. All in one place and as simple as it could possibly be.
https://github.com/jirihofman/random8
disposable-email nextjs random random-email random-email-generator random-number-generators randomnames vercel
Last synced: 6 months ago
JSON representation
Random generator of names, emails, codes, passwords and complete personas. All in one place and as simple as it could possibly be.
- Host: GitHub
- URL: https://github.com/jirihofman/random8
- Owner: jirihofman
- License: mit
- Created: 2021-02-26T12:38:39.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-01T07:09:58.000Z (6 months ago)
- Last Synced: 2025-04-01T08:26:40.665Z (6 months ago)
- Topics: disposable-email, nextjs, random, random-email, random-email-generator, random-number-generators, randomnames, vercel
- Language: JavaScript
- Homepage: https://random8.vercel.app/
- Size: 1.65 MB
- Stars: 7
- Watchers: 2
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://dashboard.cypress.io/projects/4n8wi4/runs)
# Random8
**Random8** enables you to quickly get and generate random values such as: email addresses, names, numbers, passwords and strings (uuid, code, hash). It was developed for personal use where I dealt with random data on daily basis as a software developer.
## Getting StartedFirst, run the development server:
```bash
npm run dev
# or
yarn dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
You can start editing the page by modifying `app/page.jsx`. The page auto-updates as you edit the file.
## Next.js
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).