Skip to content

Instantly share code, notes, and snippets.

View fschweikhardt's full-sized avatar

Frank Schweikhardt fschweikhardt

View GitHub Profile
@fschweikhardt
fschweikhardt / gist:d91570726b8ff7dd40bb7c5c8d4008fe
Last active May 17, 2021 18:33
To Do's & Learning Material
# To Do
- useContext
- wireframe boilerplate
- react app boilerplate
- think about/create a portfolio page
- review GoMakeThings PDFs
- Javascript30 exercises
## Ideas
Name: Best Books - browse award winning fiction
Idea: A book search app that only provides books from award lists. No more sorting through mediocre books!
'Come up with a statement for your app idea and a potential app name. They should clearly communicate what the user does with the app and what problem it solves.'
The user uses the app to look through a book list that is only populated with books that have won awards. This is different than just seach for a specific award list because the authors and subjects will be interconnected through the database. Users will be able to search for a specific award list, year, and author.
User Stories
As a new user, I want to...
TripList - Travel Destination App
Repo: https://github.com/fschweikhardt/triplist-app
Static Version: https://triplist-app.vercel.app/
Feeback:
Sarah - "Very simple app", "May need to add features to increase appeal"
Brandon - "Works nicely so far"
Since the pages are built and functioning I won't have any problems adding features as I go. At this point the app is doing what I want it to.
Golden Hour :
when(to
meet)
& where(to
meet)
As a new user:
- I want to input a city and have a location and time returned. (High)
- I want location to be displayed as dining location with name and address. (High)
- Time displayed as 2 hours before sunset. (High)
Help users to know when and where to meet for a photoshoot using the Open Weather Map API for calculating the time to meet and the Zomato API for deciding where to meet.
https://fschweikhardt.github.io/api-1/
https://github.com/fschweikhardt/api-1
https://fschweikhardt.github.io/api-2/
https://github.com/fschweikhardt/api-2
https://fschweikhardt.github.io/api-3/
https://github.com/fschweikhardt/api-3
Youtube API
required: part
type: string
example of allowed values:
- contentDetails
- id
- snippet
- subscriberSnippet
The client/server relationship is like my wife's grocery shopping list: she makes the list based on what she needs, I go to the store to buy the things on the list, and when I come back she just updates the list!
https://fschweikhardt.github.io/quiz-app-finished/
https://github.com/fschweikhardt/quiz-app-finished
To complete this assignment:
First, decide on your quiz topic, then write up questions and answers as discussed above.
/*
const store = {
// 5 or more questions are required
questions: [
{
question: 'What color is broccoli?',