/over-eats-project

FDS Team Project - UberEats Copycat App

Primary LanguageTypeScript

Logo of the project

OVER EATS

사이트 보기 : Overeats

패스트캠퍼스 프론트앤드 스쿨 팀프로젝트

Over Eats not Uber Eats!

FDS : 오다혜 강승훈


Result Snippet

screenshot

영상보기


Installing / Getting started

git clone https://github.com/yogicat/over-eats-project
cd over-eats-project/
npm install
  • 프로젝트 포크떠주세요
  • npm install로 필요한 패키지를 설치한 뒤 실행 해 주세요.

Built With

Angular 4+

Prerequisites

Setting up Dev

  • 항상 자신이 develop brunch에 있는지 확입합시다.
  • 작업시 git flow를 이용해 feature로 나눠서 작업합니다.
  • git add . 사용시 늘 주의합시다.
// 기능별로 feature를 따주세요
git flow feature start MYFEATURE
// feature 작업 완성후
git flow feature finish MYFEATURE

Project Layout

project layout

  • 시작 구조는 다음과 같습니다.

Style guide

  • css framework로 scss를 사용하고 공용스타일은 style.scss에 작성합니다.(버튼, 컨테이너 스타일)
  • 공용변수는 _variables.scss에 작성합니다. (공용칼라, 미디어쿼리 등)

Api Reference

Database

  • 백엔드 작업 전까지 더미데이터를 활용합니다.
  • Faker.js 사용해 더미데이터 생성 가능.

Licensing