Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lucasbailo/username-generator

Learning how to organize my lists better
https://github.com/lucasbailo/username-generator

Last synced: about 1 month ago
JSON representation

Learning how to organize my lists better

Awesome Lists containing this project

README

        

## Welcome again to another React project! 👋

# React + Faker: Random Username generator

## Test the project yourself: [Teste the project here!!!](https://username-generator-rosy.vercel.app/)

### Home Page
- Calculate Page.

![](./public/gifs/gif1.gif)

## Some code that I'm proud of
```js
{
setPessoas(listaAnterior => ([...listaAnterior, {
nome: faker.internet.userName(),
id: faker.string.uuid()
}]))
}}
>
Gerar usuário aleatório

```

## Built with

- REACT;
- [Bulma](https://bulma.io/);
- [Faker.js](https://www.npmjs.com/package/@faker-js/faker?activeTab=readme).

## Author

- Website - [My GitHub](https://github.com/lucasbailo)
- Frontend Mentor - [@lucasbailo](https://www.frontendmentor.io/profile/lucasbailo)
- Instagram - [@lucassbailo](https://www.instagram.com/lucassbailo/)
- LinkedIn - [Lucas Bailo](https://www.linkedin.com/in/lcsbailo)