Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/raulmaulidhino-dev/kbc-quizzes-game

A simple KBC quizzes mini game website (Self-Project)
https://github.com/raulmaulidhino-dev/kbc-quizzes-game

india kbc kbc-game kbc-platform kbc-quiz quiz quiz-game self-project

Last synced: about 2 months ago
JSON representation

A simple KBC quizzes mini game website (Self-Project)

Awesome Lists containing this project

README

        

## KBC Quizzes Game
KBC Quizzes Game is a mini quizzes app that is originally adapted from an Indian game show named the same name, [Kaun Banega Crorepati (KBC)](https://en.wikipedia.org/wiki/Kaun_Banega_Crorepati).

## Project Screenshot(s)
![KBC GAME!! Preview - Start Menu](screenshots/KBC-Game-preview-start-menu.png)
![KBC GAME!! Preview - Answering a Question](screenshots/KBC-Game-preview-answering-a-question.png)
![KBC GAME!! Preview - Correct Answer](screenshots/KBC-Game-preview-correct-answer.png)
![KBC GAME!! Preview - Wrong Answer](screenshots/KBC-Game-preview-wrong-answer.png)
![KBC GAME!! Preview - Resetting the Quiz](screenshots/KBC-Game-preview-resetting-quizz.png)

## Installation and Setup Instructions
Clone down this repository and run in your browser or you could see this project had been deployed into vercel in [kbc-quizzes-game.vercel.app](https://kbc-quizzes-game.vercel.app).

## Reflection
This self-project was made because of a request from my Indian friend, [Akkiraj1234](https://github.com/Akkiraj1234). We planned to show our skills in web development by making a simple quizz game. He asked me to make it within 1-2 weeks.

One of the main challenges during this project development was Correct-Wrong and Option Randomizing Logic. I had to struggle with it for about 5-6 days to understand and implement the Logics.

The technologies implemented in this web project are HTML, CSS and JavaScript. I chose to use VanillaJS because the logics were not that hard as I think. In the future projects, I will try to learn more about JavaScript to increase the interactivity of a website.