feat(ui): Implement core layout with Sidebar and MainLayout

This commit is contained in:
Yunxiao Xu
2026-02-11 19:26:09 -08:00
parent 5d0130731d
commit 555ecea64c
17 changed files with 2257 additions and 33 deletions

View File

@@ -6,7 +6,7 @@ This document serves as a guide for the frontend implementation of the Election
## Key Technologies
- **React**: UI library.
- **TypeScript**: Static typing.
- **Vite**: Build tool and dev server.
- **Vite**: Build tool and dev server. Use v8.
- **Tailwind CSS**: Styling (if used, need to verify). Use v4.
## Integration