-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpseudo.js
58 lines (37 loc) · 1.43 KB
/
pseudo.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
// pseudo code + division of labor
// html skeleton, divs with IDs of placements of features
// title for the name of the website
// searchbar for ingredients
// dropdown for base liquor, fixed options.
// input (text) fields for ingredients (forms)
// option to delete/clear fields
// !garnish options
// 40% searchbar area, 60% cocktail cards
// history local storage for each previous card search
// cards on Foundation
// try to get 3d presentation
// !if not, can do overflow-y horizontal scroll 2D
// examples of local storage the weatherAPI app
// !maybe have the characters specific to the saved search
// "about the authors" on separate HTML page, link to bottom of app
// setting up API keys and queries, find what info specifically needed
// by ingredients, multi ingredients also.
// query variables / arrays for searching for items
// fxns for populating cards, append and set attribute
// research foundation classes/IDs to create cards
// js fxns to populate HTML divs based on queries
// formatting and finalizing html and css for app.
// create custom classes/IDs as needed
// Slide show
// division
// terrell
// front end, searchbar area
// Karl
// figure out cards population
// Jess
// API calls
// Marquise
// functions running, event listeners
// Oscar
// help on front-end or join Jess, or both.
// COMMENTS AND descriptive VARIABLE NAMES