krajniol / predictable-name-generator

This is a simple React PoC, which uses seeded random to generate 1.7+billion fake, predictable person names. Seed can be of any string, like id, login etc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

predictable-name-generator

This is a simple PoC, which uses seeded random to generate fake, predictable person names. Seed can be of any string, like id, login etc. First and last names based on example from: https://github.com/smashew/NameDatabases/

Prerequisites

Install:

Technologies

Application uses:

Installation

This step is done mostly once. Use npm package manager to install all required dependencies for the test app.

cd png-client
npm install

Run app

To run this app, everytime simply hit following command in your bash/console:

cd png-client
npm start

Application will pop up in web browser, with following URL:

http://localhost:3000

Author

(C)2020 Łukasz Krain. All rights reserved.

About

This is a simple React PoC, which uses seeded random to generate 1.7+billion fake, predictable person names. Seed can be of any string, like id, login etc.

License:MIT License


Languages

Language:TypeScript 99.8%Language:HTML 0.1%Language:CSS 0.1%