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. even or odd | |
- constant time | |
- because it involves one number and just returns a true or false | |
- based on one input - not running through an array | |
2. Are you there? | |
- polynomial O(n^2) | |
- loops within loops (2 loops so 2 is the exponent) | |
3. Doubler |
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
star wars | |
https://glitch.com/edit/#!/evanescent-afternoon |
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
## Interest Calculator - 1 Calculating | |
Understanding and following this abit more. still needed to look at the | |
answer for some help BUT it actually made more sense. More practice will def help | |
https://glitch.com/edit/#!/classy-cupcake | |
https://glitch.com/edit/#!/zircon-girdle | |
may need a bit more discussion on "dispatch" and the difference between aciont and reducers | |
why soemtimes the const function is imported and other times the const var is imported |
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
Email Client | |
https://glitch.com/edit/#!/abiding-border |
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
i18n state | |
https://glitch.com/edit/#!/sweltering-washer | |
i think i need some talking through exactly how all of this is working - needed to look at answer to finalize some things | |
CRUD reducer | |
https://glitch.com/edit/#!/pyrite-number | |
want to go over this one as well. Wa able to get some of the tinital setup but would like to go over in more detail about the redux pieces we are learning |
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
Surprise!: https://bloom-shock.glitch.me | |
Hourly Rate Calculator: https://instinctive-haze.glitch.me | |
Live Search: https://stripe-trouble.glitch.me |
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
Navigation Bar: https://glitch.com/edit/#!/dandelion-power | |
Address Book: https://glitch.com/edit/#!/sturdy-toucan | |
looking for more descriptoin and help on spread operators so i can use that more |
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 |
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
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 |
NewerOlder