5 Commits

Author SHA1 Message Date
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