This project is a kanban board made with Eletron, HTML, CSS and JS/Jquery
You can try the app with the web version
Disclaimer: it's not fully responsive because it was meant to be a desktop app
In order to run this project locally you will need to have npm installed in your computer
git clone https://github.com/guiguat/Kanban.git
cd Kanban
npm install
npm start
If you want to run the electron desktop app:
npm start
Thanks for everyone who may try this program or even help me with it, I appreciate your support.