/quicksell

Primary LanguageJavaScript

Kanban Board App - Assignment by Quicksell

Checkout the Kanban Board App hosted on netlify. Link to the app

Installation

Make sure you have the "npm" package manager installed in your system. For installation steps refer here.

Now, follow the steps below to run the application:

  • Open the project directory in the terminal and install all the dependencies using the "npm install" command.
npm install
  • After all the depedencies are installed, just run the app using "npm start" command.
npm start

It should run the project locally in the default web browser.