Skip to content

Use Faker.js UI to easiliy generate fake (but realistic) data for testing and development using Faker.js.

Notifications You must be signed in to change notification settings

jofftiquez/faker-js-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

91bfaca Β· Oct 4, 2023

History

67 Commits
Aug 18, 2023
May 18, 2023
Jul 28, 2023
Aug 18, 2023
Aug 18, 2023
May 18, 2023
May 31, 2023
May 31, 2023
May 18, 2023
May 31, 2023
May 18, 2023
Oct 3, 2023
May 18, 2023
May 24, 2023
Jul 28, 2023
Jun 1, 2023
May 18, 2023
Aug 18, 2023
May 31, 2023
May 31, 2023
May 31, 2023

Repository files navigation

Faker.js UI

Watch Demo Here

Web App and Browser Extension for Faker.js.

Now available in Chrome Web Store!

The app website is also open for contribution.

Features in development

  • Auto-fill forms using appropriate Faker.js methods
  • Add prompt for arguments so users can maximize the parameters for each methods
  • Preview of copied/generated data

Development

There are 2 modes to develop Faker.js UI:

  • Web App (SPA): The Web App is a Quasar Framework and Vue.js 3 that can be run locally and deployed to a static hosting site.
  • Browser Extension: The Browser Extension is a Quasar Framework and Vue.js 3 that can be run locally and deployed to the Chrome Web Store.

To run the Web App locally:

# Install dependencies
yarn install

# Run the app
yarn dev:spa # or yarn build:spa to build for production

To run the Browser Extension locally:

# Install dependencies
yarn install

# Run the app
yarn dev:bex # or yarn build:bex to build for production