Merge backend + frontend #1

Merged
minhtrannhat merged 17 commits from frontend into master 2023-11-02 01:59:49 +00:00

17 Commits

Author SHA1 Message Date
3a907399bd
Feat(backend): update deps 2023-09-09 00:27:42 -04:00
141eac7d17
Feat(frontend): Create/Edit/Delete todos 2023-09-04 17:25:45 -04:00
5e72b2ebc9
Merge branch 'backend' into frontend 2023-09-04 16:48:01 -04:00
056401bb22
Feat(frontend): email, login, password for user 2023-09-04 16:38:53 -04:00
bf31eeb652
Feat(frontend): navigation and registration page 2023-09-04 16:29:32 -04:00
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
36fadc059a
Feat(frontend): Model the todo class 2023-09-04 15:52:53 -04:00
4aba3db888
Feat(frontend): Styled Form Components
- Updated README.md
2023-09-04 15:46:17 -04:00
719889e2bc
Feat(Backend): Added docs to openAPI 2023-07-21 22:45:28 -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
c36993f974
Merge branch 'master' into frontend 2023-07-21 15:51:14 -04:00
d018dfa0c0
Feat(Frontend): Reset 2023-07-21 15:34:16 -04:00
fe23b07e4e
Feat(docs): Added more documentation on backend 2023-02-20 16:50:39 -05:00