This file contains hidden or 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
| function handleNewItemSubmit() { | |
| // this function will add new items using either the submit button or enter key | |
| } | |
| function handleItemCheckClicked() { | |
| // this function will both check and uncheck items when clicked | |
| } | |
This file contains hidden or 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://docs.google.com/document/d/16YMu8ZkTpBHb4AL8aTnXah90lznAqrJZNxPrP-Ilj8w/edit | |
| https://docs.google.com/document/d/1YXrA0OqotN2gij3r2jGwkXovn6WihAlzejYvmdhrzuw/edit | |
| Back of napkin design image below |
This file contains hidden or 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://github.com/ort-cloud/Quiz-app | |
| https://ort-cloud.github.io/Quiz-app/ |
This file contains hidden or 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
| Headline | |
| Hello. My name is Carl and I’m a fullstack developer. | |
| Bio | |
| I am a web developer and soon-to-be graduate of Thinkful’s Engineering program. What I like about being a developer is the never ending set of problems and navigating my way to their solutions. I believe it is through frustration that self realization is found. Coding, for me, personifies this belief and the journey is always far more satisfying than the result. | |
| When not locked into finding solutions I can be found cruising down a snowy mountain or a winding steep road one some form of board, immersing myself in Star Wars lore, or getting lost in an open world video game. As a person with never ending curiosity I am currently working to understand the basics of astrophysics. Which makes coding seem like a walk in the park. | |
This file contains hidden or 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
| Client/Server analogy | |
| Think of it like Luke Skywalker using the force to move an object. | |
| Luke calls upon the force with great concentration. The force in turn responds as it flows through him. He then uses the "data"returned to him to life the rock. |
This file contains hidden or 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
| YouTube | |
| Required param: | |
| part | |
| Data type: string | |
| values: | |
| contentDetails: 2 | |
| id: 0 | |
| Optional param: | |
| forChannelId | |
| Data type: string |
This file contains hidden or 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
| By using the Open Notify API and Mapbox Geocoding API, a user can submit an address and receive prediction(s) of when the International Space Station will be passing over the given location. |
This file contains hidden or 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
| As a user I want to be able to submit any address as location. High | |
| As a user I want to be able to submit points of interest locations. Medium | |
| As a user I want to be able to resubmit a new query. High | |
| As a user I want to be able to display results on the same page. Medium | |
| As a user I want to be able to select between 1 and 100 passes of the space station. High | |
| As a user I want passes to display the chosen locations, date, and time for each pass. High | |
| As a user I want to allow for misspelling of locations i.e Washington, DC vs. wahsington. Medium | |
| As a user in the event of an error I want to receive visual feedback informing that something went wrong. High | |
| As a user I want to be able to navigate the page with the keyboard only. High | |
| As a user I want to be able to contact the creator(s) of the app. Low |
This file contains hidden or 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
| See commented images below... |
This file contains hidden or 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://docs.google.com/document/d/1z-KsxFJIWWIlsHiTBR2rmRcUC_dahTRjdV3OwWRd620/edit?usp=sharing |
OlderNewer