π§ Quiz Builder App
π Overview A fun, full-stack quiz builder app built using Node.js, Express.js, Vue.js, and MongoDB. It enables admins to create quizzes with timed questions, generate unique shareable links, and collect responses tied to email addresses.
π Features βοΈ Create Custom Quizzes Add title, description, and questions π Set a timer for each question (optional)
π Admin Authentication Uses bcrypt for secure password hashing JWT for session handling
π Unique URLs for Each Quiz Public users access quizzes via unique links Responses are tied to email addresses (1 response per user)
π Response Tracking Stores answers with timestamps and email IDs
π» Easy Local Setup Fully cloneable and locally deployable
TECH STACK Frontend | Vue.js Backend | Node.js + Express.js Database | MongoDB Auth | bcrypt + JWT