Giter Site home page Giter Site logo

Comments (10)

JessicaSachs avatar JessicaSachs commented on August 18, 2024 3

I would love to work on creating a demo website for faker-js, if you decide that we need one.

👋 just to write something outside of Discord... PR #80 has the infra to get a Playground page within the Faker website.

I did some noodling on what a UI/UX would look like, but couldn't come up with anything. If you decide to pick it up, tell me in the Discord so we don't do double work.

from faker.

shrooot avatar shrooot commented on August 18, 2024 1

I would love to work on creating a demo website for faker-js, if you decide that we need one.

from faker.

damienwebdev avatar damienwebdev commented on August 18, 2024

I can suggest Stackblitz because its really easy to use. I don't know what all we want to showcase on the site. Perhaps pick some of the most common faker scenarios? Words, numbers, etc.

from faker.

ericjeker avatar ericjeker commented on August 18, 2024

I have used Stackblitz a lot but now I use codesandbox.io. My experience with it is much better. Just wanted to mention it, both are good.

from faker.

schalkventer avatar schalkventer commented on August 18, 2024

I'm the maintainer of the faker-extra library, obviously the recent development has been a bit of a head-ache for me. Happy to help out in whatever way might be helpful to ensure the continued development (even if community driven) of Faker.js.

I have a lot of design/UI/UX experience as well (https://www.linkedin.com/in/schalkventer/), so happy to help with the design of a landing-page/demo site. In terms of tech stack I'd likely recommend just going vanilla JS or even Web Component purely for the sake of easing the on-boarding for anyone wanting to contribute. Since I've found that merely getting the dev env up and running is often times one of the largest points of friction for open-source contributors (especially if they have limited experience with the framework in questions).

Curious the hear everyone's thoughts on this?

from faker.

Shinigami92 avatar Shinigami92 commented on August 18, 2024

For a start, we could also try it simple with typedoc
But this would be super simple and not really nice if we want to add manually content

from faker.

Shinigami92 avatar Shinigami92 commented on August 18, 2024

I would love to work on creating a demo website for faker-js, if you decide that we need one.

Please go into the Discord server, if you are not there already
and communicate with @JessicaSachs and @ericjeker

from faker.

damienwebdev avatar damienwebdev commented on August 18, 2024

See also #87

from faker.

imbdb avatar imbdb commented on August 18, 2024

Can we use Runkit for demo?
something like this

<h3 style="text-align: center;">Faker Demo</h3>

<script src="https://embed.runkit.com" data-element-id="my-element"></script>

<!-- anywhere else on your page -->
<div id="my-element">// Faker!
var faker = require("@faker-js/faker");

console.log(faker.fake('{{name.firstName}} {{name.lastName}}'))</div>

from faker.

ST-DDT avatar ST-DDT commented on August 18, 2024

We now have the stackblitz demo, so this should be good enough:
https://fakerjs.dev/new

from faker.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.