Public
Like
1
SON-GOKU
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
Viewing readonly version of main branch: v13View latest version
A sleek credit card generator with 3D graphics and icy black UI design.
- Luhn Algorithm: Generates valid test credit card numbers
- 3D Graphics: Interactive 3D credit card with animations
- Icy Black UI: Modern glassmorphism design with blur effects
- Multiple Card Types: Visa, Mastercard, American Express, Discover
- Real-time Generation: Instant card number generation
- Copy to Clipboard: Easy copying of generated data
- React 18.2.0 with TypeScript
- Three.js for 3D graphics
- TailwindCSS for styling
- Glassmorphism/blur effects
├── frontend/
│ ├── index.html # Main HTML template
│ ├── index.tsx # React entry point
│ ├── components/
│ │ ├── App.tsx # Main application
│ │ ├── CardGenerator.tsx # Card generation logic
│ │ └── Card3D.tsx # 3D card component
│ └── style.css # Custom styles
├── shared/
│ └── utils.ts # Luhn algorithm and utilities
└── backend/
└── index.ts # Static file server
- Select card type from dropdown
- Click "Generate Card" to create new card data
- View the 3D animated card
- Copy generated data to clipboard
This generates test data only for development/educational purposes. Not for fraudulent use.