This is a simple Node.js quiz-Application.
Features:
-
It serves the questions to users via HTTP endpoints.
-
It Allows users to submit their answers to the quiz.
-
Calculate and display the user's score based on the correctness of their answers.
4.It provide feedback to users on their answers (correct/incorrect) along with the correct answer for each question.
1.Node.js
2.Express.js
3.API
4.HTML
5.CSS
6.Javascript
2.Run the server: node index.js
3. Run it on the localhost:3000.