Skip to content

CaesiumY/vue-with-kanban-board

Repository files navigation

✔Vue로 만드는 칸반 보드📍[Kanban board with Vuejs]

📌Table of Contents

💻Demo

GIF Demo gif 데모 이미지

📷Screenshots

Home
Login
Board
Card

🔰How to Start?

  1. clone this project - git clone https://github.com/CaesiumY/vue-with-kanban-board.git
  2. Install frontend packages - npm install
  3. run command to start - npm start
  4. clone backend repo - git clone https://github.com/jeonghwan-kim/lecture-vue-trello-server.git
  5. Install backend packages - npm install
  6. run command to start backend - npm run dev
  7. Refresh frontend page
  8. PROFIT!

🎐Features

Read is always possible, of course.

  • board

    • Create
    • Delete
  • Lists

    • Create
    • Update (title)
    • Delete
    • Drag
    • Change Theme Color
  • Cards

    • Create
    • Update (title, description)
    • Delete
    • Drag
  • Auth

    • Login
    • Logout
    • Remember Login
      • Watch out! tokens will be stored in your local storage

🛴Further

  • Move Auth token from local storage to cookie.
  • Make drag more smooth.
  • What else?

About

✔Vue로 만드는 칸반 보드📍

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published