DEV Community

Cover image for Create a Simple Quiz App using JavaScript
Aman Singh
Aman Singh

Posted on

Create a Simple Quiz App using JavaScript

This is a Simple Quiz website.

  1. Frontend is built using HTML, CSS & JavaScript
  2. Deployed on Netlify
  3. UI is not looking so good yeah but it's decent. I had to focus on the features not on UI because I've to know how it works. if you're also a JavaScript beginner and want to know how it works please check my git repo

Live Preview : https://quize-application.netlify.app/

GitHub Repo :

If there are any errors, please consider sharing
Thank You❤️️❤️️

Top comments (2)

Collapse
 
ptejada profile image
Pablo Tejada

What is the max score? I got a 4 😀

I would change the style of the submit button as it looks like it is disabled.

Collapse
 
aman2221 profile image
Aman Singh

The maximum score is 4.

Yes bro you can improve the whole UI that is why I had mentioned that I had focused on the functions, not on UI. You can also add more questions.