Skip to content

Instantly share code, notes, and snippets.

View elireiner's full-sized avatar

Eli Reiner elireiner

View GitHub Profile
The relationship between a client and server is analogs to the relationship between a patron and the library.
The server is like the library; the client is like the patron. and data is like the books.
A library can store books, and, with authority, a patron can come to the library and read, make a copy of, or take them home.
A patron can also donate books and discard them.
In a similar way, a server can host data, and a client, with authority, can copy, post, and delete data. (When a client copies the data from a server, it can display them to a user.)
requests and respons cycle: https://xd.adobe.com/view/ed624e5c-475e-4c26-49b4-f65dd2b04bb9-9b53/?fullscreen
mobil:
landing page, ABOUT: https://drive.google.com/file/d/1__7-Eb_I3440ck2I10F78LPT80hXi3JU/view?usp=sharing
CONTACT and PORTFOLIO: https://drive.google.com/file/d/1H0F4FHLVeR2KeK4SNRMGmlSqemP09goD/view?usp=sharing
desktop:
landing page, ABOUT: https://drive.google.com/file/d/1Ii4HxLQGtelmNeL28XR4bzOsL2EZPFVX/view?usp=sharing
CONTACT: https://drive.google.com/file/d/1_7w-uYD5wMtS4cmrvw9dv7lEGSo16FbZ/view?usp=sharing
PORTFOLIO: https://drive.google.com/file/d/1SvG3ORJ17VIe0MXwW4AgPgghi23WvhUS/view?usp=sharing
I’m a web developer currently based in New York City and am studying at Thinkful.
I love to solve problems with software.
Whether it’s a pain point in peoples' lives or a complex software challenge I am thrilled to get the solution to users' hands.
I work with HTML, CSS, and JavaScript. I also work with jQuery, react, and GitHub.
My intreasts include drinking coffee with vanilla JavaScript, understanding the trends in the teach industry, and palying guitar.
Mindfulness keeps my operating system humming.
Title: Test your SpaceX IQ
https://elireiner.github.io/quiz-app/
https://github.com/elireiner/quiz-app
The starting screen should have a button that users can click to start the quiz.
Users should be prompted through a series of at least 5 multiple choice questions that they can answer.
Users should be asked questions 1 after the other.
Users should only be prompted with 1 question at a time.
Users should not be able to skip questions.
Users should also be able to see which question they're on (for instance, "7 out of 10") and their current score ("5 correct, 2 incorrect").
Upon submitting an answer, users should:
receive textual feedback about their answer. If they were incorrect, they should be told the correct answer.
be moved onto the next question (or interact with an element to move on).
Users should be shown their overall score at the end of the quiz. In other words, how many questions they got right out of the total questions asked.
back of napkin web: https://studenttouro-my.sharepoint.com/:p:/g/personal/ereiner3_student_touro_edu/EQRRurOfCWZJrM3uGTtPb0MBOFBPe0ZzdoVfYvi-JQmmZQ?e=zyWuel
back of napkin mobile: https://studenttouro-my.sharepoint.com/:p:/g/personal/ereiner3_student_touro_edu/EYJpNhDMENJJtg_ixy0iZR4Be7OTljwWKBwZn8sQUsRPMg?e=5Ka6sv
How many times did spaceX try to reach orbit and failed before succeeding their first time?
0, they succeeding their first time.
1, they succeeded their seconed time.
3, they succeeded their fourth time. this
5, they succeeded their sixth time.
Which of these projects are part of spaceX?
project titan
function handleNewItemSubmit() {
// this function will be responsible for when users add a new shopping list item
// create an object with three properties - id, name, and checked, with the value of id set to cuid() and the value of checked set to false and the the propertire 'name' not set to anything.
// get the new item when the user submits
// set the new item as the value of 'name'
// add the bject item to STORE
console.log('`handleNewItemSubmit` ran');
}
https://repl.it/@EliReiner/Make-student-reports-drill
https://repl.it/@EliReiner/Enroll-in-summer-school-drill
https://repl.it/@EliReiner/find-by-id-drill
https://repl.it/@EliReiner/validate-object-keys-drill
https://repl.it/@EliReiner/Object-creator-drill
https://repl.it/@EliReiner/Object-updater-drill
https://repl.it/@EliReiner/Self-reference-drill
https://repl.it/@EliReiner/Deleting-keys-drill
https://repl.it/@EliReiner/Creating-arrays-drill
https://repl.it/@EliReiner/Adding-array-items-drills
https://repl.it/@EliReiner/Accessing-array-items-drill
https://repl.it/@EliReiner/Array-length-and-access-drill
https://repl.it/@EliReiner/Array-copying-I-drill
https://repl.it/@EliReiner/Array-copying-II-drill
https://repl.it/@EliReiner/Squares-with-map-drill
https://repl.it/@EliReiner/Sort-drill
https://repl.it/@EliReiner/Filter-drill
https://repl.it/@EliReiner/Find-drill