Skip to content

Instantly share code, notes, and snippets.

View FrancesFisk's full-sized avatar

Frances Fisk FrancesFisk

  • Los Angeles, CA
View GitHub Profile
Interest calculator: glitch.com/edit/#!/interest-calculator-redux
Interest calculator 2 - dispatching: https://glitch.com/edit/#!/interest-calculator-2-dispatching
i18nstate: glitch.com/edit/#!/bone-mango
CRUD reducer: glitch.com/edit/#!/crud-reducer-redux-exercisec
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
Header challenge: https://glitch.com/edit/#!/header-bar-challenge
Address Book challenge: https://glitch.com/edit/#!/address-book-drill-react
- 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.
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
Get all
db.restaurants.find();
Limit and sort:
db.restaurants.
... find().
... sort({name: 1}).
... limit(5);
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
@FrancesFisk
FrancesFisk / Book Taste
Last active March 18, 2018 07:04
Thinkful - Asynchronous web app capstone
Search for book recommendations based on a book title or author using the Taste Dive (formerly known as Taste Kid) API.
************** 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>