Skip to content

MateusMCG16/BraMockData

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brazilian Mock Data Generator

A modern web application built with React, Vite, and the Carbon Design System to generate valid random data for Brazilian documents. This tool is useful for developers and testers who need valid CPF, CNPJ, and RG numbers for testing purposes.

Features

  • CPF Generator: Generates valid CPFs with correct check digits.
  • CNPJ Generator: Generates valid CNPJs with correct check digits.
  • RG Generator: Generates random RG numbers.
  • Formatting: Toggle between formatted (e.g., 123.456.789-00) and unformatted (e.g., 12345678900) output.
  • Copy to Clipboard: Easily copy generated numbers with a single click.
  • Responsive Design: Clean and professional interface using IBM's Carbon Design System.

Technologies Used

Getting Started

Prerequisites

  • Node.js installed on your machine.

Installation

  1. Clone the repository:
    git clone <repository-url>
  2. Navigate to the project directory:
    cd BraMockData
  3. Install dependencies:
    npm install

Running the Application

To start the development server:

npm run dev

The application will be available at http://localhost:5173.

Building for Production

To build the application for production:

npm run build

License

This project is open source and available under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors