-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
52 lines (41 loc) · 2.64 KB
/
readme.txt
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
--Readme document for *author*--
1. How many assignment points do you believe you completed (replace the *'s with your numbers)?
15/15
- 1/1 Tweet dates
- 1/1 Tweet categories
- 2/2 User-written tweets
- 3/3 Determining activity type and distance
- 3/3 Graphing activities by distance
- 2/2 Implementing the search box
- 3/3 Populating the table
2. How long, in hours, did it take you to complete this assignment?
30 hours
3. What online resources did you consult when completing this assignment? (list sites like StackOverflow or specific URLs for tutorials, etc.)
- https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toLocaleDateString
- https://www.w3schools.com/jsref/prop_node_innertext.asp
- https://developer.mozilla.org/en-US/docs/Web/API/Element/getElementsByClassName
- https://www.w3schools.com/jsref/met_element_getelementsbyclassname.asp
- https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/toLowerCase
- https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/includes
- https://stackoverflow.com/questions/6134039/format-number-to-always-show-2-decimal-places
- https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/substring
- https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/indexOf
- https://www.w3schools.com/js/js_object_definition.asp
- https://vega.github.io/vega-lite/docs/scale.html
- https://vega.github.io/vega-lite/docs/sort.html
- https://www.w3schools.com/jsref/jsref_parsefloat.asp
- https://pietschsoft.com/post/2015/09/05/javascript-basics-how-to-create-a-dictionary-with-keyvalue-pairs
- https://www.educative.io/answers/how-can-we-sort-a-dictionary-by-value-in-javascript
- https://www.w3schools.com/howto/howto_js_toggle_text.asp
- https://www.w3schools.com/JSREF/event_onclick.asp
- https://www.w3schools.com/howto/howto_js_toggle_hide_show.asp
- https://www.w3schools.com/jsref/met_table_insertrow.asp
- https://www.w3schools.com/jsref/event_onkeypress.asp
- https://stackoverflow.com/questions/11563638/how-do-i-get-the-value-of-text-input-field-using-javascript
- https://stackoverflow.com/questions/42618872/regex-for-website-or-url-validation
- https://stackoverflow.com/questions/16434773/raw-javascript-equivalent-to-jquery-empty
4. What classmates or other individuals did you consult as part of this assignment? What did you discuss?
I asked professor and TA Stella about how to approach the part about utilizing tweet_array to get the dates.
Other than them, I did not consult with anyone.
5. Is there anything special we need to know in order to run your code?
No.