Skip to content

krajniol/predictable-name-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages