Skip to content

Chipsetjunkie/FakerGUI

Repository files navigation

Faker GUI

A simple ui wrapper around faker api for quick prototyping. You can generate the desired amount of dummy date with a click of button. Of course with the ability to customise the schema to your heart's content. Have a run at it here

Screenshot

referenceImage_1 referenceImage_2

Features

  • Supports nested data creation, with the ability to modify the schema on the fly by deleting entire nodes and such.
  • Preview data panel with provision to copy on click.
  • Save schema locally and retrieve on demand.
  • Accessibility support and ui queues for ease of use.

Know issues

  • Monaco screen flicker on scroll.
  • Clicking nested button multiple times breaks the category completeness ui queue.
  • Existence of some deprecated methods

Roadmap

  • Responsive ui improvements
  • Accessibility improvements required
  • Identify deprecated sub-categories
  • Comprehensive tests