Commit Graph

3 Commits

Author SHA1 Message Date
5313dae892 feat: Add Todo page mockup and layout Wrapper components
Key Changes:
- Created Wrapper components (Fullscreen, Column, Container, ListedComponent) to standardize the application's overall layout.
- Refactored the structure of major components like App.tsx and PageContainer.tsx to use the new Wrapper components.
- Added a simple TodoBoard mockup page at the /todos route.
- Adjusted flexbox classes for the TodoBoard component to allow its width to resize flexibly based on screen size.
2025-09-25 17:40:27 +09:00
997d134581 feat: Set Pretendard as default font 2025-09-24 01:25:36 +09:00
8b6947c72c init 2025-09-22 22:19:34 +09:00