Skip to content

Instantly share code, notes, and snippets.

@rjwilliams87
rjwilliams87 / thinkful react router challenge
Created December 18, 2018 20:21
react router challenge
https://glitch.com/edit/#!/react-router-challenge?path=src/components/email-list.js:4:26
@rjwilliams87
rjwilliams87 / challenges
Created December 12, 2018 04:47
React Redux Thinkful Challenge
https://glitch.com/edit/#!/interest-rate-calc-1-challenge?path=src/components/interest-calculator.js:21:67
https://glitch.com/edit/#!/interest-calc-redux-2-challenge?path=src/components/interest-calculator.js:2:36
@rjwilliams87
rjwilliams87 / Redux challenges
Created December 12, 2018 00:15
Thinkful Redux Challenges
https://glitch.com/edit/#!/i18n-state-challenge?path=src/reducers/index.js:4:22
https://glitch.com/edit/#!/crud-reducer-challenge?path=src/reducers/index.js:25:0
https://glitch.com/edit/#!/surpriseimagechallenge?path=src/components/surprise.js:14:14
https://ratecalculatorjschallenge.glitch.me/
https://glitch.com/edit/#!/communicationreactchallenge?path=src/components/live-search.js:21:67
https://glitch.com/edit/#!/bone-guide?path=src/components/navigation-bar.js:27:0
https://glitch.com/edit/#!/beautiful-amusement?path=src/components/address-book.js:27:8
@rjwilliams87
rjwilliams87 / EZevents
Created November 23, 2018 08:35
User Feedback
Styling is to chaotic, focus on one color
Slim down rows, not scalable
add dropdown to nav
Not so many font sizes
Simple invoice sheet, don't overdo it
Get All: db.restaurants.find();
Limit and Sort: db.restaurants.find().sort({name:1}).limit(10);
Get by _id: db.restaurants.findOne({_id: ObjectId(...)});
Get by value: db.restaurants.find({borough: "Queens"});
Count: db.restaurants.count();
@rjwilliams87
rjwilliams87 / express drills 1
Created September 26, 2018 20:48
request/response drills
https://glitch.com/edit/#!/utopian-alarm?path=server.js:4:17
https://glitch.com/edit/#!/spotless-clownfish?path=server.js:38:0
@rjwilliams87
rjwilliams87 / user notes
Created September 17, 2018 18:40
api capstone user findings
Users noted the following:
- Would like to be able to click on movie to get more information about it, i.e. date, runtime, etc.
- display movies in some type of order or rating system
- get movie ratings
- be able to watch trailers on page vs going to YouTube
@rjwilliams87
rjwilliams87 / Thinkful: Choosing an API
Last active September 6, 2018 19:03
API hack high-level definition
Use TMDB, Newsapi, and youtube api to help users get all latest movie trailers and information in one, simple-to-use, website.