Commit Graph

7 Commits

Author SHA1 Message Date
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 462b1469c4 Adds UI elements to represent full API data 2022-07-21 17:21:05 -06:00
Ariana Giroux 3a67e98b71 Initial functionality for python 2022-07-20 23:42:38 -06:00
Ariana Giroux 9ef10153c9 Initial Commit
- adds basic .gitignore
- adds basic index.html file
2022-06-25 14:52:55 -06:00