7 Commits

Author SHA1 Message Date
1b9d1ee7d5
Feat(frontend): Toasts 2023-09-04 16:13:20 -04:00
1f7066a2d9
Feat(frontend): React Query for interacting with the backend 2023-09-04 16:08:44 -04:00
71cb9bdff6
Feat(Frontend): Added Routing 2023-07-21 22:37:28 -04:00
a73afc90d9
Feat(Frontend): Authentication Context 2023-07-21 22:22:19 -04:00
046726de11
Fix(Frontend): Set maxWidth to md
- This will make sure Material UI's Container will not expand to fill
  the entire screen and instead just stop expanding at around 960px
  (which is `md`).
2023-07-21 18:23:34 -04:00
8bc62416ec
Feat(Frontend): added ThemeProvider
- ThemeProvider will change the default Material UI looks. CSSBaseline
  in ThemeProvider will reset and normalize the browser's styling,
  making sure our app looks the same in any browser.
- ThemeProvider will be used as the parent of any styled components.
2023-07-21 18:11:24 -04:00
minhtrannhat
3a870ed2c5
Initial commit 2022-11-18 16:08:50 -05:00