Codeit Sprint FE10 Advanced Project ( 2024.12.15 ~ 2025.01.25 )
Part-time Job Platform Albaform
- 🔗 Deployment Link : Albaform
- 🎇 Dev Docs Link : Albaform-Notion
- Landing Page
- Albaform Page
- Albaform Add/Apply Page
| Add | Apply |
|---|---|
![]() |
![]() |
- My Albaform Page
| Owner | Applicant |
|---|---|
![]() |
![]() |
- Albatalk Page
- My Page
Albaform
├─ .github : GitHub configurations
├─ app : App-wide files
│ ├─ api : Internal APIs
│ └─ (page folders) : Page components
│ └─ _components : Page's components
├─ components : Reusable components
├─ constants : Constants
├─ hooks : Custom React hooks
├─ public : Static files
│ ├─ fonts : Fonts
│ ├─ icons : Icons
│ └─ images : Images
├─ services : External APIs
├─ store : State management
├─ types : Type definitions
└─ utils : Utility functions
Needs to add environment variables
git clone https://github.com/codeit-sprint-fe10/Albaform.git
cd Albaform
npm install
npm run dev








