Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 788 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 788 Bytes

Description:

This simple app will generate fake user data records including name, address and phone number that corresponds to chosen region. You can use your own seed to generate data or use a randomized one. Also you can input number of typos(errors) per record such as deleting random symbol, shuffling nearest or replacing with random letter. Finally, you can export generated data to CSV file.

Brief showcase video:

Watch the video

Main stack used:

  • JavaScript
  • React
  • Bootstrap
  • Faker.js

Link to deployed app