Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 971 Bytes

readme.md

File metadata and controls

27 lines (20 loc) · 971 Bytes

Kanban Board (client)

This project is client side for "Kanban Board".
Production version you can check at kanban.vercel.app site.
For demo access use email: [email protected], password: demodemo

Server side project you can check at this repository.

This project was developed using the following technologies and modules.

  • React
  • React hooks/Context API (for storing and manipulating with state)
  • React Apollo (for graphql queries and mutations)
  • SCSS for styling
  • Responsive design
  • PWA (Progressive Web Application)

This board have next features:

  1. Sign up/Login/Logout (mongodb sessions)
  2. Multiple boards (create/delete)
  3. Multiple columns at every boards (create/delete/reorder)
  4. Multiple cards at every columns (create/delete/reorder)
  5. Edit board/column/card title
  6. Set board background using images from Unsplash API

application example