Giter Site home page Giter Site logo

cryptolab-frontend-test's Introduction

cryptoLab-frontend-test


📌 프로젝트 실행 방법

cd movie-app
npm i
npm run dev
  • http://localhost:3000 접속 ▶️ 이미 3000 포트가 사용중일 경우 콘솔 안내 메세지에 따라서 접속

🛠️ 사용 기술

📁 폴더 구조

app
├── _components # 공통 컴포넌트
│   ├── Modal.tsx
│   ├── RatingStars.tsx
│   └── SvgIcon.tsx
├── globals.css
├── layout.tsx
├── movie-detail
│   └── [id]
│       ├── _components # movie-detail 페이지 컴포넌트
│       │   ├── FavoriteButton.tsx
│       │   ├── MoreLikeThis.tsx
│       │   └── MovieDetail.tsx
│       └── page.tsx
└── movie-list
    ├── _components # movie-list 페이지 컴포넌트
    │   ├── MenuBar.tsx
    │   ├── MovieCard.tsx
    │   ├── PageBar.tsx
    │   └── SelectBox.tsx
    └── page.tsx

✅ 커밋 컨벤션

커밋 유형 설명
feat 새로운 기능 구현, 특징 추가
fix 버그해결, 수정
refactor 리팩토링
rename 파일명, 디렉토리명 변경
remove 파일, 디렉토리 삭제
docs 문서 관련 작업
chore 자잘한 수정에 대한 커밋

cryptolab-frontend-test's People

Contributors

zxxng avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.