Token-Generating Registration Website

Замовник: AI | Опубліковано: 11.09.2025

I need a small web app that presents one clean registration form asking the visitor for: • Name and email • Phone number and address • Personal identification number When the user hits Submit, the site should instantly create a unique random token that serves as their confirmation code. The code appears on-screen and is stored alongside the form data. Every submission—including the token—must be logged in a file I can open directly in Excel (CSV or .xlsx is fine). A simple, password-protected admin page where I can download the latest file at any time will cover the back-office side. Please build with any mainstream stack you’re comfortable with (PHP/MySQL, Node, Django, etc.); what matters most is clean code, reliable token generation, and an export that opens flawlessly in Excel.