/kanban-react

Kanban project with react - WIP

Primary LanguageJavaScript

Kanban using react

Learning react hooks to make a kanban board.

Currently react front end works. Currently working on adding mongo/express routing for the server side under server.js.

main login page

logged in page

Installation

npm i
npm start

Dependencies

"dependencies": {
    "react": "^16.12.0",
    "react-dom": "^16.12.0",
    "react-scripts": "3.2.0"
  },