Skip to content

Instantly share code, notes, and snippets.

View GrimmOutlook's full-sized avatar
🎯
Focusing

David Grimm GrimmOutlook

🎯
Focusing
View GitHub Profile
1. Even or Odd? - Constant
2. Are You Here? - Polynomial
3. Doubler - Constant (Linear)
4. Naive Search - Linear
5. Creating Pairs - Polynomial
6. Computing Fibonaccis - (Linear)
7. An Efficient Search - Linear (Logarithmic)
8. Random Element - Constant
9. Is it Prime? - (Linear)
@GrimmOutlook
GrimmOutlook / gist:15461c0ecc5fdd49fe6a647b30d3bb79
Created March 13, 2018 21:42
Travel Game Plan user feedback
Basic functionality works.
Would be helpful to filter the list to see only items I am bringing.
Don't like entering the date by typing - need a drop-down calendar.
Changes will be made after connecting to the back-end and using real data.
@GrimmOutlook
GrimmOutlook / gist:9ceaaa19c8995bc1a009a68eed40d04e
Created November 30, 2017 18:15
Final Capstone: User Stories
Core App User Stories:
1. User should be able to sign up for an account.
2. User should be able to login to their account after signup.
3. User should be able to see a list of their trips.
4. User should be able to create a new trip.
5. User should be able to input, view, and update details of the trip such as dates, location, friends going on the trip, etc.
6. User should be able to generate a unique invite url upon creation of new trip.
7. User should be able to delete a trip.
8. User should be able to create a "List of Things Needed for this Trip".
9. User should be able to create, update, and delete an item from the "Things Needed" list.
@GrimmOutlook
GrimmOutlook / gist:b4e028704f412cdb2cba7c21b0dadda2
Created November 30, 2017 17:52
Final Capstone: Purpose Statement and App Name
App Name: Travel Game Plan
Purpose Statement: Travel Game Plan helps you and your friends coordinate your next trip by organizing everything needed to plan your trip
in one simple app.
1. Interest Calculator I: Connecting:
https://glitch.com/edit/#!/spice-router
2. Interest Calculator 2: Dispatching:
https://glitch.com/edit/#!/nifty-guitar
@GrimmOutlook
GrimmOutlook / gist:f2337448aa3d7f2cc240340e2671d4f1
Last active November 15, 2017 00:56
React Action, Reducer, Store Drills
1. i18n State:
https://glitch.com/edit/#!/east-branch
2. CRUD:
https://glitch.com/edit/#!/sunrise-guitar
@GrimmOutlook
GrimmOutlook / gist:c5334407913fad653604ec67df270b96
Last active November 8, 2017 12:18
React: Communication Drills
1. Surprise!
https://glitch.com/edit/#!/blushing-clarinet
https://blushing-clarinet.glitch.me
2. Rate Calculator
https://glitch.com/edit/#!/petite-nail
https://petite-nail.glitch.me/
3. Live Search
https://glitch.com/edit/#!/nonstop-airbus
Second Component Drill - Address Book:
glitch.com/edit/#!/ripe-kilometer
@GrimmOutlook
GrimmOutlook / gist:07eeb0235b63afb393fd11b9dbbcf1ee
Last active July 9, 2017 00:31
List of Distinct Screens for Capstone #2 - Whiskey Social
Link to User Flow Screens: https://xd.adobe.com/view/09d275ec-4174-4a21-bf1e-b1713991cc93/
Home / Landing
Sign Up
Log In
User Settings
Profile
"Newsfeed"
Individual Whiskey Post (Own)
Individual Whiskey Post (Friend)
@GrimmOutlook
GrimmOutlook / gist:abebe2888272701ea22b2f520d42ff2e
Created July 3, 2017 15:32
Capstone #2 User Stories - Whiskey App
AS A USER, I SHOULD BE ABLE TO:
- View list of app features, with screenshots, on a homepage prior to me signing up or logging in.
- Sign up for an account
- Log into my account using a username & password
- using Facebook
- using Twitter
- Reset my password
- Delete my account