Skip to content
forked from gmrdn/bancket

Kanban + Socket = Real Time Kanban with a React frontend and a Node Backend

Notifications You must be signed in to change notification settings

franmate/bancket

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Why ?

This is a learning project. The goal was to develop a real time kanban board without using the available drag and drop libraries.

Tech Stack

The app is composed of a React frontend styled with Styled Components and unit tested with Jest & Enzyme. The drag and drop events are native html 5. The real time events are managed through socket.io on a small express nodejs server.

Demo

About

Kanban + Socket = Real Time Kanban with a React frontend and a Node Backend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.9%
  • HTML 7.1%