Found 112 repositories(showing 30)
Build a Quiz App with HTML, CSS, and JavaScript
sakshi-rah
Build a Quiz App with HTML, CSS, and JavaScript to improve your Core Web Development skills.
jessywlee
Build a quiz app with HTML, CSS and JavaScript
mohammed-samir01
No description available
imyky12
This is a Basic Quiz App build with html, CSS and Javascript
AleenAlhussain
Build a Quiz App using HTML, CSS and JavaScript with beautiful design
HromekFrantisek
Kvízová hra viz. https://github.com/jamesqquick/Build-A-Quiz-App-With-HTML-CSS-and-JavaScript
KikkiC
A responsive, interactive quiz application made from HTML, CSS and JavaScript. Implemented rules on the homepage & a timer to James Quick's course project: https://github.com/jamesqquick/Build-A-Quiz-App-With-HTML-CSS-and-JavaScript
007Ragamadhuri
A quiz website based on Javascript,HTML,CSS. Build a timed coding quiz with multiple-choice questions. This app will run in the browser, and will feature dynamically updated HTML and CSS powered by JavaScript code that you write. It will have a clean, polished, and responsive user interface.
ExleyRoux
This is my attempt of the Udemy course "Build a Quiz App with HTML, CSS, and Javascript". The course focuses on improving my core development skills, focusing on web development.
A timed coding quiz with multiple-choice questions. This app will run in the browser and will feature build a timed coding quiz with multiple-choice questions. This app will run in the browser and will feature dynamically updated HTML and CSS powered by JavaScript code.
felipesqf
This application is a combination of multiple-choice questions and interactive challenges. Build a timed code quiz with multiple-choice questions. This app will run in the browser and feature dynamically updated HTML and CSS powered by your JavaScript code. It will also feature a clean and polished user interface and be responsive, ensuring that it adapts to multiple screen sizes.
StevenSJones
As you proceed in your career as a web developer, you will probably be asked to complete a coding assessment, which is typically a combination of multiple-choice questions and interactive challenges. Build a timed code quiz with multiple-choice questions. This app will run in the browser and feature dynamically updated HTML and CSS powered by your JavaScript code. It will also feature a clean and polished user interface and be responsive, ensuring that it adapts to multiple screen sizes.
geeyancode
### Overview In this assignment, You'll create a Trivia game using JavaScript for the logic and jQuery to manipulate HTML. Be sure to layout this app with valid HTML and stylish CSS. ### Submission on BCS * Please submit both the deployed Github.io link to your homework AND the link to the Github Repository! ### Before You Begin 1. Create a GitHub repo called `TriviaGame`, then clone the repo to your computer. 2. Create a file inside of the `TriviaGame` folder called `index.html`. This is where you'll mark up all of your HTML. 3. Don't forget to include a script tag with the jQuery library. 4. Create a folder inside of the `TriviaGame` folder called `assets`. 5. Inside `assets`, create three folders: `css`, `javascript`, `images` * In your `css` folder, create a `style.css` file. * In your `javascript` folder, create an `app.js` file; here you'll write all of your JavaScript and jQuery. * In your `images` folder, save whatever images you'd like to use in this exercise. 6. Choose a game to build from your options below. ### Option One: Basic Quiz (Timed Form)  **[Click Here to Watch the Demo](https://youtu.be/fBIj8YsA9dk)**. * You'll create a trivia form with multiple choice or true/false options (your choice). * The player will have a limited amount of time to finish the quiz. * The game ends when the time runs out. The page will reveal the number of questions that players answer correctly and incorrectly. * Don't let the player pick more than one answer per question. * Don't forget to include a countdown timer. ### Option Two: Advanced Assignment (Timed Questions)  **[Click Here to Watch the demo](https://youtu.be/xhmmiRmxQ8Q)**. * You'll create a trivia game that shows only one question until the player answers it or their time runs out. * If the player selects the correct answer, show a screen congratulating them for choosing the right option. After a few seconds, display the next question -- do this without user input. * The scenario is similar for wrong answers and time-outs. * If the player runs out of time, tell the player that time's up and display the correct answer. Wait a few seconds, then show the next question. * If the player chooses the wrong answer, tell the player they selected the wrong option and then display the correct answer. Wait a few seconds, then show the next question. * On the final screen, show the number of correct answers, incorrect answers, and an option to restart the game (without reloading the page). ### Reminder: Submission on BCS * Please submit both the deployed Github.io link to your homework AND the link to the Github Repository! - - - ### Minimum Requirements Attempt to complete homework assignment as described in instructions. If unable to complete certain portions, please pseudocode these portions to describe what remains to be completed. Adding a README.md as well as adding this homework to your portfolio are required as well and more information can be found below. - - - ### Create a README.md Add a `README.md` to your repository describing the project. Here are some resources for creating your `README.md`. Here are some resources to help you along the way: * [About READMEs](https://help.github.com/articles/about-readmes/) * [Mastering Markdown](https://guides.github.com/features/mastering-markdown/) - - - ### Add To Your Portfolio After completing the homework please add the piece to your portfolio. Make sure to add a link to your updated portfolio in the comments section of your homework so the TAs can easily ensure you completed this step when they are grading the assignment. To receive an 'A' on any assignment, you must link to it from your portfolio. - - - ### A Few Last Notes * Styling and theme are completely up to you. Get creative! * Remember to deploy your assignment to Github Pages. *If you have any questions about this project or the material we have covered, please post them in the community channels in slack so that your fellow developers can help you! If you're still having trouble, you can come to office hours for assistance from your instructor and TAs. **Good Luck!**
jagnoor
Create a GitHub repo called TriviaGame, then clone the repo to your computer. Create a file inside of the TriviaGame folder called index.html. This is where you'll mark up all of your HTML. Don't forget to include a script tag with the jQuery library. Create a folder inside of the TriviaGame folder called assets. Inside assets, create three folders: css, javascript, images In your css folder, create a style.css file. In your javascript folder, create an app.js file; here you'll write all of your JavaScript and jQuery. In your images folder, save whatever images you'd like to use in this exercise. Choose a game to build from your options below. Option One: Basic Quiz (Timed Form) Click Here to Watch the Demo. You'll create a trivia form with multiple choice or true/false options (your choice). The player will have a limited amount of time to finish the quiz. The game ends when the time runs out. The page will reveal the number of questions that players answer correctly and incorrectly. Don't let the player pick more than one answer per question. Don't forget to include a countdown timer. Option Two: Advanced Assignment (Timed Questions) Click Here to Watch the demo. You'll create a trivia game that shows only one question until the player answers it or their time runs out. If the player selects the correct answer, show a screen congratulating them for choosing the right option. After a few seconds, display the next question -- do this without user input. The scenario is similar for wrong answers and time-outs. If the player runs out of time, tell the player that time's up and display the correct answer. Wait a few seconds, then show the next question. If the player chooses the wrong answer, tell the player they selected the wrong option and then display the correct answer. Wait a few seconds, then show the next question. On the final screen, show the number of correct answers, incorrect answers, and an option to restart the game (without reloading the page).
rookie-22
# JavaScript Assignment 2 ### Overview In this assignment, You'll create a Trivia game using JavaScript for the logic and jQuery to manipulate HTML. Be sure to layout this app with valid HTML and stylish CSS. ### Submission on BCS * Please submit both the deployed Github.io link to your homework AND the link to the Github Repository! ### Before You Begin 1. Create a GitHub repo called `TriviaGame`, then clone the repo to your computer. 2. Create a file inside of the `TriviaGame` folder called `index.html`. This is where you'll mark up all of your HTML. 3. Don't forget to include a script tag with the jQuery library. 4. Create a folder inside of the `TriviaGame` folder called `assets`. 5. Inside `assets`, create three folders: `css`, `javascript`, `images` * In your `css` folder, create a `style.css` file. * In your `javascript` folder, create an `app.js` file; here you'll write all of your JavaScript and jQuery. * In your `images` folder, save whatever images you'd like to use in this exercise. 6. Choose a game to build from your options below. ### Option One: Basic Quiz (Timed Form)  **[Click Here to Watch the Demo](https://youtu.be/fBIj8YsA9dk)**. * You'll create a trivia form with multiple choice or true/false options (your choice). * The player will have a limited amount of time to finish the quiz. * The game ends when the time runs out. The page will reveal the number of questions that players answer correctly and incorrectly. * Don't let the player pick more than one answer per question. * Don't forget to include a countdown timer. ### Option Two: Advanced Assignment (Timed Questions)  **[Click Here to Watch the demo](https://youtu.be/xhmmiRmxQ8Q)**. * You'll create a trivia game that shows only one question until the player answers it or their time runs out. * If the player selects the correct answer, show a screen congratulating them for choosing the right option. After a few seconds, display the next question -- do this without user input. * The scenario is similar for wrong answers and time-outs. * If the player runs out of time, tell the player that time's up and display the correct answer. Wait a few seconds, then show the next question. * If the player chooses the wrong answer, tell the player they selected the wrong option and then display the correct answer. Wait a few seconds, then show the next question. * On the final screen, show the number of correct answers, incorrect answers, and an option to restart the game (without reloading the page). ### Reminder: Submission on BCS * Please submit both the deployed Github.io link to your homework AND the link to the Github Repository! - - - ### Minimum Requirements Attempt to complete homework assignment as described in instructions. If unable to complete certain portions, please pseudocode these portions to describe what remains to be completed. Adding a README.md as well as adding this homework to your portfolio are required as well and more information can be found below. - - - ### Create a README.md Add a `README.md` to your repository describing the project. Here are some resources for creating your `README.md`. Here are some resources to help you along the way: * [About READMEs](https://help.github.com/articles/about-readmes/) * [Mastering Markdown](https://guides.github.com/features/mastering-markdown/) - - - ### Add To Your Portfolio After completing the homework please add the piece to your portfolio. Make sure to add a link to your updated portfolio in the comments section of your homework so the TAs can easily ensure you completed this step when they are grading the assignment. To receive an 'A' on any assignment, you must link to it from your portfolio. - - - ### A Few Last Notes * Styling and theme are completely up to you. Get creative! * Remember to deploy your assignment to Github Pages. *If you have any questions about this project or the material we have covered, please post them in the community channels in slack so that your fellow developers can help you! If you're still having trouble, you can come to office hours for assistance from your instructor and TAs. **Good Luck!**
No description available
ColinAryee-cloud
No description available
Kavyashree121
Build a Simple Quiz app with HTML, CSS and Javascript
EmmanuelTwum
No description available
Build a Quiz App with HTML, CSS, and JavaScript
No description available
No description available
alexrogeriodj
Build a Quiz App with HTML, CSS, and JavaScript
Build-A-Quiz-App-With-HTML-CSS-and-JavaScript
syedmuhammadbilalshakeel1
No description available
jmgsquared214
No description available
No description available
No description available
No description available