This is a simple quiz game where you answer multiple choice questions and get a score at the end. Wait for 5 seconds to let the quiz load
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
I made changes in vs code then pushed the changes in GitHub. I changed the API endpoint for my application as the backend was hosted in cloud using Render. But there was an issue with CORS. I had to change it several times and it didn’t work due to browser cache.
I finished all the details, like if once i answer a question, it will show if its right or wrong. If its wrong, then it will show the right answer. I can also add as many questions i as want to the javascript server.
I made a server using JavaScript to help my quiz work better. It connects the frontend and backend of the website so questions, answers, and scores can work.
I added a quiz finished page that displays the user's final score and feedback messages. The users can also restart the quiz.
Created html and css ( frontend ) of the website