Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 774 Bytes

README.md

File metadata and controls

40 lines (27 loc) · 774 Bytes

Remember Me 프로젝트

📖 프로젝트 설명

내가 가지고 있는 신발의 사이즈로 내가 사고 싶은 신발의 사이즈를 통계적인 증거를 제시해 추천

💿 개발 환경 및 스택

Next.js / TS / yarn

🔗 배포링크

🔗 배포 링크 이동

💻 실행방법

# 프로젝트 클론
git clone "https://github.com/2taesung/SizeToSize.git"

# 프로젝트 폴더 진입
cd sizetosize

# 모듈 설치 및 실행
yarn install && yarn dev

📦 폴더구조(app router)

📦 src
├── 📄 Layout.tsx
├── 📄 page.tsx
├── 📂 components
│   ├── 📄 Navbar.tsx
├── 📂 result
│   ├── 📄 page.tsx

⚠️ 주의사항