Skip to content

Instantly share code, notes, and snippets.

View csierra15's full-sized avatar

Carly Sierra csierra15

View GitHub Profile
@csierra15
csierra15 / gist:b64514a8eb8eabf194a9d5c14a68bd03
Created September 6, 2017 23:34
Event Listeners Drills
cat carousel https://repl.it/Icy2/1036
fizzbuzz https://repl.it/GiQ8/2179
@csierra15
csierra15 / gist:31a951328b48db80e7b2153f3a514a20
Created September 8, 2017 22:53
Cooking Quiz App BASIC design
**I have more but it's pictures and stuff. Here's a repl.it I started working on (but is not finished)
https://repl.it/KrdF/4
Questions:
1. What type of cut is julienne?
a. cubes
b. shredded
c. long, thin strips
d. roughly chopped
Capstone Statement:
Create an app that calls on the spoontacular API and allows users to search for recipes by type or by ingredients.
This app is for people who have ingredients at home that they want to use in a recipe. Great for those who are tired of eating
out and want to cook more but don't know where to start.
Link to GitHub repo w/ drawn wireframe:
https://github.com/csierra15/api-capstone
Flow Wireframe
@csierra15
csierra15 / gist:faceeed5c1862a21a66bcacbf9a7ad2d
Created October 11, 2017 22:24
User feedback from MVP testing
- Text placement confusing. Users didn't know which links were to which recipe.
- One user noted that having to enter commas was a little annoying. Suggested maybe dropdown boxes or
some form of button to select ingredients.
- Overall users said the app worked well and didn't seem buggy. Some thought they might use it on occasion, but not frequently.
- Changes I want to make:
1. Update text placement so that it is clear which titles and links belong to which picture.
2. Change layout of pictures so that they stack in columns and rows.
3. Style the app.
4. Possibly add a feature w/ more info about the recipe.
Echo:
https://glitch.com/edit/#!/curse-hip?path=server.js:15:3
Mad Libs:
https://glitch.com/edit/#!/apple-washer?path=server.js:15:70
@csierra15
csierra15 / mongo-drills.js
Created November 14, 2017 21:03
Mongo Basics Drills
// Get all
db.restaurants.find({});
// Limit and sort
db.restaurants.find().sort({name: 1}).limit(10);
//Get by _id
@csierra15
csierra15 / gist:be349abd7cf3b9cef1ca48097d36aa96
Created November 27, 2017 20:49
User Stories for Grocery Store App
As a user, I should be able to:
-Create an account on the app
-Log in to my account
-See my frequently shopped stores
-See my frequently purchased items
-Create a shopping list that can be modified (i.e. add, check off, delete items)
-Merge shopping list with a selected store
-See a mapped out route around the store
-Get directions to the store
@csierra15
csierra15 / gist:e95d97f579a19b0f3fa92a133bf8a80f
Created November 27, 2017 22:05
User Flows for grocery app
THREE TO USE:
-Create a shopping list that can be modified (i.e. add, check off, delete items)
-Merge shopping list with a selected store
-See an efficiently mapped out route around the store
SCREENS USER WILL SEE:
-Screen for searching through shopping lists
-Screen for creating a new shopping list/editing old shopping lists
-Screen for searching for your store
-Screen for showing the shopping route
@csierra15
csierra15 / budgetr.txt
Last active December 26, 2017 22:08
App ideas/User stories for budget tracking app
Budget purchases tracker
https://imgur.com/a/yXBWK
Track items you purchase:
quantity
price
date of last purchase
@csierra15
csierra15 / feedback.txt
Created January 16, 2018 22:50
Feedback for Budget Tracker App
In general, users found the app to be an interesting idea. I got some notes that some features were a little buggy,
but that the styling looked good. Some users seemed to have trouble with the flow of the app (i.e. what to do next).
Would like to seed some data so that there are already some transactions in the db when a user starts the app.
Features to be fixed:
-Transaction updates still not sending/updating properly.
-Issue on heroku where the date goes back one day each time date box is clicked
-make app more responsive
-make app more accessibility friendly
-find out why I can't put borders on the table