Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lucasbailo/username-generator
- Owner: lucasbailo
- Created: 2024-10-21T18:40:19.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-21T18:44:23.000Z (3 months ago)
- Last Synced: 2024-10-22T10:55:42.717Z (3 months ago)
- Language: JavaScript
- Homepage: https://username-generator-rosy.vercel.app
- Size: 5.53 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)