Skip to content

pre-onboarding-course-team-6/3rd-week-hodoolabs

Repository files navigation

enter image description here

[과제] 호두랩스

땅콩스쿨 클론코딩 🔗

🔗 배포

https://relaxed-dubinsky-c161e9.netlify.app

Netlify Status


📱 기술스택

TypeScript react Next.js

styled-components eslint prettier


⚙️ 설치 및 시작하는 법

$ git clone https://github.com/pre-onboarding-course-team-6/3rd-week-hodoolabs.git

$ 3rd-week-hodoolabs

$ yarn i

$ yarn dev

http://localhost:3000/ 접속

🏹 과제 구현 목록 및 담당

✨ 참고 링크 및 추가 안내 Notion🔗


  1. Header 구현
  2. 첫 번째 ~ 여덟 번째 섹션 구현
  3. 애니메이션, hooks 구현
  4. 리드미 작성, 배포
  1. Footer 구현
  2. 아홉 번째, 열 번째 섹션 구현

🏗 프로젝트 구조

📦components
 ┣ 📂Footer        // 헤더
 ┃ ┣ 📜index.tsx
 ┃ ┗ 📜styled.ts
 ┣ 📂Header        // 푸터
 ┃ ┣ 📜index.tsx
 ┃ ┗ 📜styled.ts
 ┣ 📂Section01     // 첫 번째 섹션
 ┃ ┣ 📜index.tsx
 ┃ ┗ 📜styled.ts
 ┣ 📂Section02     // 두 번째 섹션
 ┃ ┣ 📜index.tsx
 ┃ ┗ 📜styled.ts
 ┣ 📂Section03     // 세 번째 섹션
 ┃ ┣ 📜index.tsx
 ┃ ┗ 📜styled.ts
 ┣ 📂Section04     // 네 번째 섹션
 ┃ ┣ 📜index.tsx
 ┃ ┗ 📜styled.ts
 ┣ 📂Section05     // 다섯 번째 섹션
 ┃ ┣ 📜index.tsx
 ┃ ┗ 📜styled.ts
 ┣ 📂Section06     // 여섯 번째 섹션
 ┃ ┣ 📜index.tsx
 ┃ ┗ 📜styled.ts
 ┣ 📂Section07     // 일곱 번째 섹션
 ┃ ┣ 📜index.tsx
 ┃ ┣ 📜settings.ts
 ┃ ┗ 📜styled.ts
 ┣ 📂Section08     // 여덟 번째 섹션
 ┃ ┣ 📜index.tsx
 ┃ ┗ 📜styled.ts
 ┣ 📂Section09     // 아홉 번째 섹션
 ┃ ┗ 📜index.tsx
 ┗ 📂Section10     // 열 번째 섹션
 ┃ ┣ 📜index.tsx
 ┃ ┗ 📜styled.ts

✅ Git - Commit Message Convention 🔗

  • feat : 새로운 기능 추가 (a new feature)
  • fix : 버그 수정 (a bug fix)
  • docs : 문서 수정 (changes to documentation)
  • style : 코드 포맷팅, 세미콜론 누락, 코드 변경이 없는 경우 (formatting, missing semi colons, etc; no code change)
  • refactor : 코드 리펙토링 (refactoring production code)
  • test : 테스트 코드, 리펙토링 테스트 코드 추가 (adding tests, refactoring test; no production code change)
  • chore : 빌드 업무 수정, 패키지 매니저 수정 (updating build tasks, package manager configs, etc; no production code change)

👨‍👨‍👦‍👦 팀구성원 소개

22_01 정민형 22_01 이현명

About

원티드 프리온보딩 3주차 호두랩스 과제

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published