This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://repl.it/@RyanOkamuro/return-of-fizz-buzz | |
https://repl.it/@RyanOkamuro/Cat-carousel-jQuery |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://app.box.com/s/prfiep4gvgv2cdu4cfvplbylgkfs44nr |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//Get all | |
db.restaurants.find() | |
//Limit and sort | |
db.restaurants. | |
find(). | |
sort({name: 1}). | |
limit(10); | |
//Get by _id |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://app.box.com/s/58acubqdxhxd31n8pc2cmech54fu5myx |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |