DEV Community

Cover image for ✨Seu Primeiro PR de Regex Está Aqui! Junte-se ao Gerador de Regex no Hacktoberfest
PriscillaTrevizan
PriscillaTrevizan

Posted on

✨Seu Primeiro PR de Regex Está Aqui! Junte-se ao Gerador de Regex no Hacktoberfest

Cansado de ter que pesquisar a Regex de CPF ou a de E-mail válido toda vez que começa um projeto? Nós também!

É por isso que lançamos o projeto de código aberto

Gerador de Regex

uma ferramenta intuitiva em Vanilla JavaScript que gera padrões de Regex validados a partir de simples cliques do usuário. E a melhor parte: ele foi construído para ser o seu projeto de Hacktoberfest!

Print da página inicial

🚀 Por Que Contribuir?

Ideal para Iniciantes: A principal forma de contribuição é adicionar novos padrões ao nosso arquivo src/model/regexPatterns.js. É um código modular, limpo e focado em lógica pura. Se você sabe criar uma regex, você já pode contribuir!

Foco Claro:

Não precisa quebrar a cabeça com React ou frameworks complexos. Nosso MVC simples (JS Puro) permite que você se concentre no que é mais divertido: criar e testar Regex.

Impacto Imediato:

Ajude a comunidade a validar formatos de dados essenciais (Telefone, CNPJ, Senha, etc.), tornando o desenvolvimento mais rápido e seguro para todos.

O Que Queremos na Sua PR?
O maior valor que você pode adicionar é conhecimento. Crie uma função de geração para uma nova categoria — como URL, CEP brasileiro ou até um validador de senhas com múltiplos critérios — e inclua sua lógica no regexPatterns.js.

Se você prefere frontend, ajude a melhorar a UI/UX, aprimorar o sistema de Toasts ou tornar o Teste em Tempo Real ainda mais elegante.

👉 Dê uma olhada no README.md e no CONTRIBUTING.md para começar. Vamos construir o catálogo definitivo de Regex validadas!

#REGEX GENERATOR


🇺🇸 English Version:

Your First Regex PR Is Here! Join the Criteria-Based Regex Generator for Hacktoberfest

Your First Regex PR Is Here! Join the Criteria-Based Regex Generator for Hacktoberfest
Tired of Googling the perfect CPF Regex or a rock-solid Valid Email pattern every time you start a new project? We were too!

That's why we launched the open-source project Criteria-Based Regex Generator: an intuitive tool built with Vanilla JavaScript that generates validated Regex patterns based on simple user clicks. And the best part: it's designed to be your go-to Hacktoberfest project!

🚀 Why Contribute?

Beginner-Friendly: The primary contribution focus is adding new patterns to our src/model/regexPatterns.js file. It's clean, modular code focused purely on logic. If you can write a Regex, you can contribute!

Clear Focus: No need to struggle with React or complex frameworks. Our simple Vanilla JS MVC allows you to focus on the fun part: creating and testing Regex.

Immediate Impact: Help the community validate essential data formats (Phone numbers, CNPJ, Passwords, etc.), making development faster and safer for everyone.

What We're Looking for in Your PR
The biggest value you can add is knowledge. Create a generation function for a new category—like URL, Canadian Postal Codes, or a multi-criteria Password validator—and include your logic in regexPatterns.js.

If you prefer frontend, help us enhance the UI/UX, improve the Toast system, or make the Real-Time Testing even smoother.

👉 Check out the (https://github.com/priscillatrevizan/regex-generator?tab=readme-ov-file#readme) and CONTRIBUTING.md to get started. Let's build the definitive catalog of validated Regex patterns!

#REGEX GENERATOR

Top comments (2)

Some comments may only be visible to logged-in visitors. Sign in to view all comments.