Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/raulmaulidhino-dev/kbc-quizzes-game
- Owner: raulmaulidhino-dev
- License: mit
- Created: 2023-10-25T22:23:06.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-16T03:02:22.000Z (5 months ago)
- Last Synced: 2024-08-17T03:51:25.705Z (5 months ago)
- Topics: india, kbc, kbc-game, kbc-platform, kbc-quiz, quiz, quiz-game, self-project
- Language: JavaScript
- Homepage: https://kbc-quizzes-game.vercel.app
- Size: 161 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.