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.
First, run the development server:
npm run dev
# or
yarn dev
Open 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.
This is a Next.js project bootstrapped with create-next-app
.