Skip to content

Latest commit

 

History

History
 
 

QUIZ WEB APP

Welcome to the Quiz App 🤔

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.

💻 Tech Stack


HTML CSS JS


How to get the project on your local machine:


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.



Screenshots

Demo1 Demo2 Demo3

Happy Coding!