rus19023

rus19023

Geek Repo

Github PK Tool:Github PK Tool

rus19023's repositories

Build-A-Quiz-App-With-HTML-CSS-and-JavaScript

Build a Quiz App with HTML, CSS, and JavaScript

Language:JavaScriptLicense:MITStargazers:1Issues:0Issues:0

CSS-Zen-Garden-v2

of the world-famous CSS Zen Garden project at http://csszengarden.com CSS Zen Garden Twitter account @csszengarden

Language:HTMLStargazers:1Issues:2Issues:0

csszengarden.com

The source of csszengarden.com

Language:CSSLicense:NOASSERTIONStargazers:1Issues:1Issues:0

extract-urls

collect all the URLs from the given link

License:GPL-3.0Stargazers:1Issues:0Issues:0

flashcards

Customizable flash card app with helpful keyboard shortcuts

Language:JavaScriptLicense:MITStargazers:1Issues:0Issues:0

holmes

Fast and easy searching inside a page

License:Apache-2.0Stargazers:1Issues:0Issues:0

jackcess

Mirror of the Jackcess project: http://jackcess.sourceforge.net/

License:Apache-2.0Stargazers:1Issues:0Issues:0

M5Stack

M5Stack Arduino Library

License:MITStargazers:1Issues:0Issues:0

neon-gbp-vcode-theme

Neon-GBP vscode theme

Stargazers:1Issues:0Issues:0

node-website-scraper

Download website to local directory (including all css, images, js, etc.)

License:MITStargazers:1Issues:0Issues:0

vanillawebprojects

Mini projects built with HTML5, CSS & JavaScript. No frameworks or libraries

Stargazers:1Issues:0Issues:0

a-single-div

🎨 CSS drawings with only one HTML element.

Stargazers:0Issues:0Issues:0

Anki-Android

AnkiDroid: Anki flashcards on Android. Your secret trick to achieve superhuman information retention.

License:GPL-3.0Stargazers:0Issues:0Issues:0

brackets

An open source code editor for the web, written in JavaScript, HTML and CSS.

License:MITStargazers:0Issues:0Issues:0
License:MITStargazers:0Issues:0Issues:0

Covid-Crime-Shift

Exploring local burglary shifts in Lockdown

Stargazers:0Issues:0Issues:0

ddia-references

Literature references for “Designing Data-Intensive Applications”

Stargazers:0Issues:0Issues:0

digOcean-test

A simple nodejs and angular app to test deployment on digital ocean

Stargazers:0Issues:0Issues:0

drawio-diagrams

Diagrams for draw.io

License:Apache-2.0Stargazers:0Issues:0Issues:0

flask-app2

Flask-app deploy to Digital Ocean

Stargazers:0Issues:0Issues:0

Flask_REST_S8

Python Flask-REST training to be deployed to Digital Ocean

Stargazers:0Issues:0Issues:0

GHunt

🕵️‍♂️ Investigate Google Accounts with emails.

License:MPL-2.0Stargazers:0Issues:0Issues:0

Mocky

Generate custom HTTP responses, the simpler way to test your Web Services

License:Apache-2.0Stargazers:0Issues:0Issues:0

Quiz-Application-V1

This online web based quiz application named "Quizzy" display question. Question will be multiple choice questions. you have to select correct answer out of that. I have developed this application using HTML, CSS, JavaScript, NodeJs, Express.js.

Language:JavaScriptStargazers:0Issues:0Issues:0
License:MITStargazers:0Issues:0Issues:0

Simple-Interpreter

I don't know Why I am doing this :)

Stargazers:0Issues:0Issues:0

spiderfoot

SpiderFoot automates OSINT so you can focus on analysis.

License:GPL-2.0Stargazers:0Issues:0Issues:0

threejs-scroll-animation-demo

3D Scrolling Portfolio Website with Three.js

Stargazers:0Issues:0Issues:0

TriviaGame

### 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) ![Basic](Images/1-basic.jpg) **[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) ![Advanced](Images/2-advanced.jpg) **[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!**

Language:JavaScriptStargazers:0Issues:0Issues:0