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/
Install:
Application uses:
- React 17+ as frontend
This step is done mostly once. Use npm package manager to install all required dependencies for the test app.
cd png-client
npm install
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
(C)2020 Łukasz Krain. All rights reserved.