QuizeL is a lightweight, fully responsive quiz web app that makes learning interactive and fun.
Open the app, pick a quiz, answer multiple-choice questions, and get instant feedback.
- Built-in Quizzes: Ready-to-play quizzes loaded from
builtin_quizzes.json. - Client-side Only: Runs entirely in the browser — no server or DB needed.
- Instant Feedback: See your score immediately after completing a quiz.
- Responsive: Works across mobile, tablet, and desktop.
- Easy to Customize: Add or edit quizzes via
builtin_quizzes.json.
- A modern web browser (Chrome, Edge, Firefox, Safari).
- LiveServer Extension
- Clone the repository
bashgit clone https://github.com/RanaVinit/Quizel.git - Open the folder in VS Code
- Right-click index.html and select "Open with Live Server"
- Click on "Create Quiz" from the home page.
- Enter a Quiz name.
- Add questions to your quiz.
- Click "Save Quiz" when you're finished.
- Click on "Take a Quiz" from the home page.
- Select a quiz from the available options.
- Choose the number of questions for your quiz.
- Start the quiz and answer the questions.
- View your results at the end of the quiz.
- Click on "Previous Scores" from the home page.
- Review your past quiz performances, including date, quiz name, and score percentages.
assets/: Images, Icons, bannerbuiltin_quizzes.json: Preloaded quiz dataindex.html: Main HTML filestyles/: Styles and responsive layoutscripts/: Quiz logic and UI interactionsREADME.md: Documentation
- HTML5
- CSS3
- JavaScript (ES6+)
- LocalStorage for client-side data persistence
Quizel is hosted on Vercel, providing fast and reliable access to the application. You can access the live version at https://quizel.vercel.app.
Vinit Rana - LinkedIn
Project Link: https://github.com/RanaVinit/Quizel
Made with ❤️ by Vinit Rana
