Code Monkey home page Code Monkey logo

prosentation-web's Introduction

PROsentation

PROsentation는 사용자의 발표를 AI가 종합적으로 분석하여 피드백을 제공해주는 서비스 입니다.

PROsentation-Frontend

위 레포지토리는 PROsentation 프론트 개발을 위한 레포지토리 입니다.

Installation

  • git clone
    git clone https://github.com/joi0104/PROsentation-Web.git
  • install package
    yarn
    npm install

Usage

  • project build
    yarn build
    npm build
  • project start
    yarn start
    npm start

Stack

  • react
  • react-saga
  • sass css module
  • contextAPI
  • webRTC
  • recordRTC
  • PDFtron

Project Setting

  • CRA
  • eslint,prettier,commitlint,husky

Wireframe

image

image

Workflow

  • 작업할 이슈를 Doing 칸반보드에 옮긴다.
  • git checkout -b feature/기능이름 으로 브렌치 생성 및 체크아웃한다.
  • 해당 이슈를 작업한다.
  • git push origin feature/기능이름으로 원격저장소에 푸쉬한다.
  • origin/feature/기능이름 -> origin/develop을으로 merge requests 요청한다. (issue auto close)
  • self review 이후 approve시, Squash and Merge한다.

branch strategy

  • git flow 전략 사용
    • master -> 배포가 이뤄지는 최종브렌치
    • develop -> 작업내역들이 합쳐지는 브렌치
    • feature -> 기능단위의 작업 브렌치 -> 로컬단에서는 feature/기능 으로 관리
    • hotfix -> 버그 수정 브렌치

Support

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.