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/michaelablackham/thinkful-event-listener-drills | |
| I just added y git repo because this was much much much easier for me at this point. |
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/michaelablackham/thinkful-text-analyzer |
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
| <p>I want to help users end their day on a good note, with a beautiful sky with the sunset predictor <a href="https://sunburst.sunsetwx.com/v1/docs/#introduction">API</a></p> |
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://michaelablackham.github.io/thinkful-sunset/resources/user-flow.jpg | |
| https://michaelablackham.github.io/thinkful-sunset/resources/wireframe.jpg |
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
| 1. Photographer friends have been loving this | |
| -- Not 100% accurate, but definitely has been great 8/10 times. So not bad! | |
| 2. Have ability to change location or sun even after getting current results | |
| -- Should add this to the results page somehow | |
| 3. Have ability to use current location instead of typing in city state | |
| -- add a geolocation button and have the coordinates change from lat long --> city state | |
| 4. Have ability to have a dropdown or type ahead so the city state is correct | |
| -- Maybe find some plugin or something that can detect | |
| 5. Annoying that this only works for lower 48 right now | |
| -- This is baed on the actual API. I would love for this to be fixed in the future and add it |
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
| Echo endpoint: glitch.com/edit/#!/worried-frown | |
| Mad lib generator: https://glitch.com/edit/#!/aboard-howler - would like some help with this one. | |
| A/B test: https://glitch.com/edit/#!/scratch-pelican | |
| I would like to maybe do some more examples of these in our next session |
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
| //Get all | |
| db.restaurants.find() | |
| //Limit and sort | |
| db.restaurants. | |
| find(). | |
| sort({name: 1}). | |
| limit(10); | |
| //Get by _id |
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
| My app idea is a website for the Patriots fan club in Colorado where users can sign up, get information, pay dues, and join a community. | |
| 1. As a USER I should be able to: | |
| • sign up for PPP | |
| • log in to PPP | |
| • reset my password | |
| • create a profile | |
| • see full list of members | |
| • contact other members (email/phone/direct message) | |
| • receive direct messages from other members |
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
| # My app idea is a website for the Patriots fan club in Colorado where users can sign up, get information, pay dues, and join a community. | |
| ## Your short list of user stories for your MVP | |
| 1. As a USER I should be able to: | |
| • sign up for PPP | |
| • log in to PPP | |
| • create a profile | |
| • see full list of members | |
| • contact other members (email/phone) | |
| • see member only information (announcements, prize winners, admin posts) |
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
| Mood tracker is a mindfulness app to keep track of feelings/activties throughout the day/week/month/year | |
| with a visual representation of all mood points. This is used to keep track of emotions, sleep, drinking, | |
| exercise, and other common activities and things that affect mood. Keeping track of all of this will give | |
| a user a better idea on how to create a more mindful life. | |
| As a user I should be able to: | |
| • create an account | |
| • sign in | |
| • create a profile | |
| • create a moode update |