Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 334 Bytes

File metadata and controls

14 lines (10 loc) · 334 Bytes

uuid-generator

View the UUID generator webpage here : https://uuidgenerator.netlify.app/

This is a very simple UUID generator React app, which can generate the following types of UUIDs.

  • UUID V1
  • UUID V4
  • Nil UUID

installation

  • Install the app : npm install
  • Run the app : npm start
  • Run tests : npm test