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: v9View 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.