Skip to content

Instantly share code, notes, and snippets.

View joseguera's full-sized avatar
😊

Jose Oseguera joseguera

😊
  • Los Angeles, CA
View GitHub Profile
@joseguera
joseguera / client-server-diagram.jpg
Last active October 3, 2020 16:08
Short analogy on how the client/server dynamic works
client-server-diagram.jpg
@joseguera
joseguera / gist:84a6be1f227ce4041a17b4bb3294af4c
Created September 25, 2020 14:32
Add items, check/uncheck items, and delete items
// This is pseudo-code for the shopping list buttons that will add items to the list, check/uncheck and delete items
// items once added.
function handleNewItemSubmit() {
// This function will be responsible for when users add a new shopping list item
// It will have an event listener attached to the submit button
// -- it will run a callback function on the submit event and grab the value string value of the entry
// -- it will then call another function that will push the new item to the STORE array
// ---- it will be assigned a cuid and given an unchecked status of false
@joseguera
joseguera / joseguera-quiz-app
Created September 18, 2020 13:45
Quiz App Description
This will be a World Cup themed quiz app that will incorporate html, css and jQuery.
This is a link to my wireframe sketch:
https://drive.google.com/drive/folders/1JErutKS93THzveHHjeJXFeeW6zSmhwvK?usp=sharing
Git Repo
https://github.com/joseguera/quiz-app
Git Quiz App Page
https://joseguera.github.io/quiz-app/