Q-and-A is a web app that provides a time-based quiz platform, allowing users to test their knowledge with a series of questions. Designed for fast, offline access and an engaging user experience, Q-and-A helps users challenge themselves and track their progress.
- Time-based quiz with countdown timer
- Questions stored in local storage for offline availability
- Instant result notification and score tracking
- Name input and personalized display
- Responsive and intuitive user interface
Q-and-A loads a set of quiz questions from local storage, displaying one question at a time. Users select answers by clicking options, and the app automatically advances to the next question. At the end of the quiz, users receive their final score and feedback.
Check out the live app here: https://theonlyabdull.github.io/Q-and-A/
-
Clone the repository:
git clone https://github.com/your-username/q-and-a.git cd q-and-a
-
Install dependencies:
npm install
-
Start the development server:
npm start
-
Open http://localhost:3000 to view the app in your browser.
- HTML5
- CSS
- JavaScript
Challenge yourself. Test your knowledge with Q-and-A! 🚀🧠