This is a little kanban-board web-app made with React.js, to be used for planning.
https://react-kanban-board-main.netlify.app/
-
Fork this repo
-
Clone this repo
-
Add variables to ".env" file in root folder:
VITE_BACKEND_URI=
- run in shell/cmd:
cd react-kanban-board
npm install
npm run dev
React App Repo: https://github.com/skyteks/react-kanban-board
Express Server Backend Repo: https://github.com/skyteks/express-server
- IRONHACK
- Daniel Emig