Skip to content

melihkl/kanbanBoardProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kanban Board Project

This repository includes a Kanban Board application with basic features. The project database operates independently. Data is saved in Json file. It consists of 3 stages: To Do, Progress and Done. A calendar is also included showing what date the recorded data is.

Features

Simple Board

list

New Task

new

Drag&Drop

statusChange.mp4

Calendar

calendar.mp4

In addition to the above features, there are also delete and update operations.

Prerequisites And Run

In order to run this application you need to install:

npm install

Then run the command below to run the application.

npm start

How to Create in Windows?

To build the application on Windows, follow the steps below.

  npm install electron-packager electron --save-dev
  npm install -g electron-packager
  npm run build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published