This project uses separate HTML files for each page so navigation works reliably in editors like Acode on Android. Save all files in the same folder and open index.html.
What you’ll get
Register & Login (localStorage demo)
Dashboard (saved results)
CBT engine (UTME format, timer, randomization)
Review page for answers
Medium curated question banks embedded in cbt.html for selected subjects
Next: open register.html to create a demo account or go straight to cbt.html to try a sample test. Make sure all the files I create are placed in the same directory in Acode.
Quick deployment
Save these files into one folder in Acode: index.html, register.html, login.html, dashboard.html, cbt.html, review.html, questions.html
Open index.html in preview — navigation links will load the other pages.
If a link shows "file not found", confirm the target file exists and file names match exactly (case-sensitive on some systems).