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
| Cat carousel: https://repl.it/@FrancesDFisk/Cat-carousel-jQuery | |
| FizzBuzz revisited: https://repl.it/@FrancesDFisk/return-of-fizz-buzz |
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
| ************** HTML **************** | |
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <meta http-equiv="X-UA-Compatible" content="ie=edge"> | |
| <link rel="stylesheet" href="index.css"> | |
| <title>The Office Quiz</title> | |
| </head> |
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
| Search for book recommendations based on a book title or author using the Taste Dive (formerly known as Taste Kid) API. |
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: https://glitch.com/edit/#!/quickest-preface?path=server.js:11:3 | |
| Madlib generator: https://glitch.com/edit/#!/quickest-preface?path=server.js:11:3 |
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(5); |
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
| A place for makeup enthusiasts/artists to save and share makeup looks. | |
| As a user, I should be able to create a login account | |
| As a user, I should be able to log into my account | |
| As a user, I should be able to create a makeup look | |
| As a user, I should be able to save the makeup look | |
| As a user, I should be able to delete my makeup look | |
| As a user, I should be able to see all my saved makeup looks | |
| As a user, I should be able to edit my makeup looks | |
| As a user, I should be able to share a makeup look to a public library |
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
| - A couple users didn't read through instructions and notice the demo login info. | |
| - One user said he was annoyed he couldn't use the back button to go back to the dashboard. | |
| - One user suggested making the app more community-driven, where you can interact with others, like comment and share on social media. | |
| - Users believed that the app was straight-forward and used the app as intended. | |
| - Users believed that it could be a valuable app with more features, like an easy way to upload photos, perhaps with a camera. | |
| - users easily navigated through the 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
| Header challenge: https://glitch.com/edit/#!/header-bar-challenge | |
| Address Book challenge: https://glitch.com/edit/#!/address-book-drill-react |
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://glitch.com/edit/#!/surprise-communication-drill | |
| Hourly Rate Calculator - https://glitch.com/edit/#!/rate-calculator-react | |
| Live Search - https://glitch.com/edit/#!/live-search-drill-react |
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
| i18nstate: glitch.com/edit/#!/bone-mango | |
| CRUD reducer: glitch.com/edit/#!/crud-reducer-redux-exercisec |