An interactive quiz application where users can answer multiple-choice questions and receive instant feedback. The app is designed to be engaging and user-friendly, providing a fun way to test knowledge on various topics.
- Multiple-Choice Questions: Users can select answers from predefined options.
- Scoring System: Automatically calculates and displays the user’s score after each quiz.
- Results Page: Shows the final score and provides feedback on performance.
- Backend: Node.js (Express)
- Handles API requests for quiz data and scoring logic.
- Manages user sessions and quiz state.
- Frontend: HTML, CSS, JavaScript, React
- Will handle the user interface and interaction.
- Clone the repository:
git clone https://github.com/your-username/interactive-quiz-app.git
- Navigate to the project directory:
cd quizer\backend
- Install Backend dependencies:
npm install
- Run the Server:
npm run dev
