Mock data with FakerJs

Mock data with FakerJs

What is FakerJs ? FakerJs is a JavaScript library that helps generate random data according to different types of data such as email, phone number, address, password, image and so on… Demo: https://rawgit.com/Marak/faker.js/master/examples/browser/index.html When is it useful? When working with the Front End, we need the data to be processed on the user interface when the real data from the API is incomplete. Creates dummy […]

Read More