About
Plain-language guide
We built this MVP to feel like a real travel booking flow—even though payments and tickets are still offline and stored only on your device for now.
What this is
Yenkormbra is a simple way to reserve a seat for our 3rd–5th July travel trip. There is no account system yet—just your details, a quick (fake) checkout, and a ticket you can pull up later on the same phone number.
How booking works
You enter your name, phone number, and how many seats you need. When you tap “Pay with Paystack,” we only simulate the card flow so you can experience the real steps later. After a short “processing” moment, you always get a success message for this MVP.
How tickets are created
After the mock payment succeeds, we generate a unique ticket ID, copy your trip details, and mark the payment as “Paid.” That ticket is saved in your browser’s local storage so it persists between visits—as long as you use the same browser and don’t clear site data.
How to retrieve tickets
Use the “Retrieve your ticket” section on the home page. Type the same phone number you used when booking and tap “View Ticket.” If anything was stored for that number on this device, you will see every matching ticket with full details.
About the QR code
Each ticket shows a small QR code that encodes the same key facts (ticket ID, trip, seats, status). Scanning it is handy for demos—it is not legal proof of purchase yet, and it will be replaced with server-signed verification when we add a backend.