This is a basic HTML, CSS, JAVASCRIPT quiz app where user can answer the questions that are being given in the quiz. And at the last your total score is displayed.
git clone https://github.com/Ayushparikh-code/Web-dev-mini-projects.git
- Go to the directory
- Go to QUIZ WEB APP folder
- Open the terminal and run
node app.js
- Open localhost:3000 in your browser.
###Remember: If you are using node then you need to reload your server everytime you make changes in your file. Otherwise if you have nodemon installed, you can use nodemon.