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.
- 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.
- Node.js installed on your machine.
- Clone the repository:
git clone <repository-url>
- Navigate to the project directory:
cd BraMockData - Install dependencies:
npm install
To start the development server:
npm run devThe application will be available at http://localhost:5173.
To build the application for production:
npm run buildThis project is open source and available under the MIT License.