| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
백스페이스는 Windows 95, 싸이월드, 레트로 키치 미학에 영감을 받은 소셜 미니홈피 서비스입니다. 이 프로젝트는 React, TypeScript, Supabase를 사용해 브라우저에서 레트로 OS 사용 경험을 제공합니다.
이서진:
김지호:
정진환:
김수연:
src 폴더는 기능과 특징별로 정리:
src ├── assets/ # Fonts, icons, logos, and other static assets ├── components/ # Reusable, un-opinionated UI components (Button, Input) ├── contexts/ # React contexts (ThemeContext) ├── features/ # Domain-specific application features (friends, minihome) ├── hooks/ # Custom React hooks (useDraggable, useAuthUser) ├── layouts/ # Layout components for page structure (AuthLayout) ├── os/ # Components for the OS UI shell (Window, Taskbar, Shortcut) ├── pages/ # Top-level page components (Auth pages, OS main) ├── router/ # Routing logic (ProtectedRoute, PublicRoute) ├── stores/ # Zustand global state stores (useAuthStore, useWindowStore) ├── styles/ # Global CSS, fonts, and Tailwind utilities └── utils/ # Utility functions (Supabase client setup)
| Back | FazBrowse Home | New Git URL |