Commit Graph

12 Commits

Author SHA1 Message Date
Ariana Giroux 90677ec4e3 Adds a main function static/script.js 2022-07-24 14:14:10 -06:00
Ariana Giroux 97bc440ea0 Adds a few minor changes to index.mustache
- adds {{tags}} where necessary
- changes where the file loads the javascript code from
2022-07-24 14:12:23 -06:00
Ariana Giroux f2fb50e025 Moved files to more reflective of webapp structure 2022-07-24 14:10:00 -06:00
Ariana Giroux f9a78d9d10 Moves client side javascript to a new file
- creates new file, resources/script.js
- removes javascript from index.html
2022-07-22 17:17:50 -06:00
Ariana Giroux 823abb4395 Adds initial client-side api interface 2022-07-22 17:15:56 -06:00
Ariana Giroux 15030d01c8 Implemented full api via flask
- moves runner.py to app.py
- implements flask api routing & interface for app.py
- updates the various ui elements to reflect full data load
2022-07-22 17:14:19 -06:00
Ariana Giroux 5632957041 More updates to the .gitignore for python 2022-07-22 12:23:24 -06:00
Ariana Giroux 462b1469c4 Adds UI elements to represent full API data 2022-07-21 17:21:05 -06:00
Ariana Giroux 8b823a6386 Adds barebones API skeleton using requests 2022-07-21 17:20:49 -06:00
Ariana Giroux 3a67e98b71 Initial functionality for python 2022-07-20 23:42:38 -06:00
Ariana Giroux 1c4ff4eafb Updates .gitignore to ignore data files 2022-07-19 15:22:22 -06:00
Ariana Giroux 9ef10153c9 Initial Commit
- adds basic .gitignore
- adds basic index.html file
2022-06-25 14:52:55 -06:00