Frontend organizational refactor
- Reorganize files into components/utilities/contexts/assets so that only components are now in the components folder
- Rename files and functions so they match expected casing (components should be Pascal case, files/functions should be Camel case)
- Remove unused imports and variables that aren't commented out
- Comment out some function calls that are not currently used
- Some smaller changes (e.g.
<textArea>
should be<textarea>
, other things on this scale) - Closes #77
Edited by Amy Maule