Author: Teuku Vaickal Rizki Irdian
Start: 10/08/2025, 17:12
Completion: 10/08/2025, 18:13
A compact quiz web application developed as a mini learning project under the guidance of MySkill, mentored by Alfi Nur Hakim. Designed with core web technologies (HTML, CSS, JavaScript) to provide basic yet practical quiz functionality.
├── index.html — Main quiz interface
├── sign-up.html — Simple user sign-up page
├── app.js — JavaScript logic for quiz functionality
├── style.css — Styling for all pages
└── (other assets)
- User sign-up interface (
sign-up.html) - Quiz flow handled via JavaScript in
app.js - Styled using modular CSS (
style.css) - Easy to extend into non-static variations (e.g., API-driven quizzes)
- HTML5 — Structure and layout
- CSS3 — Styling and responsive layout
- Plain JavaScript — Interactivity and quiz logic
- Clone the repository to your local machine.
- Open
index.html(orsign-up.htmlfollowed byindex.html) in any modern browser. - For live preview:
- GitHub Pages: Enable via
Settings → Pages, choosemainbranch and root folder. - Netlify / Vercel: Deploy static site with minimal configuration — no build required.
- GitHub Pages: Enable via
- Understood file-based user interface flow with a simple sign-up mechanism.
- Reinforced best practices organizing HTML, CSS, and JavaScript for lightweight projects.
- Enhanced readiness for extending projects with backend integrations or dynamic data sources.
Created with mentorship from Alfi Nur Hakim via MySkill. A valuable mini-project to sharpen web development fundamentals.