Anmol-developer / quicksell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About


Languages

Language:JavaScript 76.7%Language:CSS 12.1%Language:HTML 11.2%