jayden-lee / vue-trello-clone

:octocat: Trello Clone Project with Vue

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vue-trello-clone

Vue를 이용한 Trello 애플리케이션 클론 프로젝트

Vuelleo Feature

  • 비인가 접속 로그인 페이지로 이동 기능
  • 로그인 기능
  • 로그아웃 기능
  • 로그인 후 리다이렉트 기능
  • 보드 목록 조회 기능
  • 보드 생성 기능 (새로 생성한 보드 화면으로 이동)
  • 보드 조회 기능 (Todo, Doing, Done 리스트 조회)
  • 카드 생성 기능
  • 카드 상세 조회 기능 (모달창)
  • 카드 수정 기능
  • 보드 수정 기능
  • 리스트 이동

Board 목록

Vuello

Card 목록

Card

Card 상세 조회

Card Detail

Clinet Build Setup

# project clone
git clone https://github.com/jayden-lee/vue-trello-clone.git

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

Server Build Setup

# project clone
git clone https://github.com/jayden-lee/lecture-vue-trello-server.git

# install dependencies
npm install

# serve with hot reload at localhost:3000
npm run dev

# build for production with minification
npm run build

테스트 계정

About

:octocat: Trello Clone Project with Vue


Languages

Language:Vue 74.0%Language:JavaScript 25.2%Language:HTML 0.9%