Skip to content

Instantly share code, notes, and snippets.

View RyanOkamuro's full-sized avatar

Ryan Okamuro RyanOkamuro

View GitHub Profile
https://repl.it/@RyanOkamuro/return-of-fizz-buzz
https://repl.it/@RyanOkamuro/Cat-carousel-jQuery
@RyanOkamuro
RyanOkamuro / Flow Chart & Wireframe
Last active March 20, 2018 04:28
Travel BankEx
https://app.box.com/s/prfiep4gvgv2cdu4cfvplbylgkfs44nr
@RyanOkamuro
RyanOkamuro / User Feedback
Created March 29, 2018 00:25
Travel BankEx User Feedback
Usability:
-Front page: Move "Currency Exchange" form to middle of page
-Second page:
-Move "Currency Exchange Amount" form on top of side panel bank locations.
-Remove title since it appeared on first page
Bugs:
-First page:
-Type in "Current Location", but do not complete the full name and click enter. The form submits and moves to the next page.
-Second page:
@RyanOkamuro
RyanOkamuro / Request and Response Drills
Created April 7, 2018 18:28
Request and Response Drills
Echo endpoint
https://glitch.com/edit/#!/perfect-gun?path=server.js:10:3
Mad lib generator
https://glitch.com/edit/#!/cool-basketball?path=server.js:22:0
@RyanOkamuro
RyanOkamuro / Mongo basics drills
Created April 16, 2018 18:29
Mongo basics drills
//Get all
db.restaurants.find()
//Limit and sort
db.restaurants.
find().
sort({name: 1}).
limit(10);
//Get by _id
Wine Select
Define Your App’s Purpose
Find the perfect bottle of wine based on consumer reviews.
Write User Stories to Determine Features
As a user, I should be able to:
1) Sign up for Wine Select
2) Log in to Wine Select
3) Search for wines based on:
https://app.box.com/s/58acubqdxhxd31n8pc2cmech54fu5myx
Return search button was causing issue on Wine Collection Listing Page. When clicking on a wine bottle, it wouldn't work.
The user review was changing to the exact user input rather than taking the average of all user ratings.
Pages weren't hiding when clicking edit button.
Navigation Bar
https://glitch.com/edit/#!/maze-birth?path=src/components/navigation-bar.js:26:1
Address Book
https://glitch.com/edit/#!/silky-crayfish?path=src/components/address-book.js:30:45
Surprise
https://glitch.com/edit/#!/neighborly-hoe?path=src/components/surprise.js:31:0
Calculator
https://glitch.com/edit/#!/fantastic-reaction?path=src/components/rate-calculator.js:1:0
Live Search
https://glitch.com/edit/#!/lopsided-angora?path=src/components/live-search.js:3:39