quiz game

quiz game Used AI

5 devlogs
9h 26m
•  Ship certified

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

Timeline

Ship 1

0 payouts of shell 0 shells

Sai Srujana Sri Vangapandu

26 days ago

Sai Srujana Sri Vangapandu Covers 5 devlogs and 9h 26m

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.

Update attachment

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.

Update attachment

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.

Update attachment

I added a quiz finished page that displays the user's final score and feedback messages. The users can also restart the quiz.

Update attachment

Created html and css ( frontend ) of the website

Update attachment