Public
Like
Grabbygift
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.
index.ts
https://Sujan62hsg--0a805b8434ba11f080769e149126039e.web.val.run
A simple application that allows users to register for a ₹25 UPI cash giveaway by providing their details and uploading an image.
- User registration form
- Image upload functionality
- UPI payment processing for giveaways
- Admin dashboard to manage giveaways
/backend
- Server-side codeindex.ts
- Main API handlerdatabase.ts
- Database setup and queries
/frontend
- Client-side codeindex.html
- Main page with registration formapp.js
- Frontend logic
/shared
- Shared code between frontend and backendtypes.ts
- TypeScript interfaces
- Register with your details
- Upload an image
- Submit the form
- If selected, receive ₹25 via UPI
To access the admin dashboard, navigate to /admin
and use the admin credentials.