Skip to content

Peter-developer01/module31_task-manager-v2

Repository files navigation

Kanban board

This is a kanban board made with pure JavaScript. This is the second version - the first version is in ivan-developer-01/module31_task-manager.

Features

  • Create tasks
  • Move tasks between columns
  • Edit tasks
  • Delete tasks
  • Log in/out
  • Administrating (for admin users)

When you are logging in into the app the first time, it automatically generates a regular user with the name test and the password qwerty123, and an admin with the name admin and the password admin.

Try it out

You can visit the build online, or if you want to run it locally, open your terminal and run:

git clone https://github.com/ivan-developer-01/module31_task-manager-v2.git
cd module31_task-manager-v2
npm install
NODE_OPTIONS=--openssl-legacy-provider npm start