Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 736 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 736 Bytes

Node.js-Quiz

This is a simple Node.js quiz-Application.

Features:

  1. It serves the questions to users via HTTP endpoints.

  2. It Allows users to submit their answers to the quiz.

  3. 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.

Skills used

1.Node.js
2.Express.js
3.API
4.HTML
5.CSS
6.Javascript

Clone the repositery

https://github.com/Himanshityagii24/Node.js-Quiz.git

How to run

1.Change the directory to : cd Node.js-Quiz
2.Run the server: node index.js
3. Run it on the localhost:3000.