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: 8 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 5 years ago)
- Default Branch: main
- Last Pushed: 2025-04-01T07:09:58.000Z (about 1 year ago)
- Last Synced: 2025-04-01T08:26:40.665Z (about 1 year 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
# 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 Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
```
Open [http://localhost:4321](http://localhost:4321) with your browser to see the result.
You can start editing the page by modifying `src/pages/index.astro`. The page auto-updates as you edit the file.
## Astro
This is an [Astro](https://astro.build/) project with React components for optimal performance and minimal bundle size.