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.
statusChange.mp4
calendar.mp4
In addition to the above features, there are also delete and update operations.
In order to run this application you need to install:
npm install
Then run the command below to run the application.
npm start
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