Skip to content

A react Kanban board inspired by Windows 95. Try it out and save a board. I am unsure of its utility, but trying to recreate basic windows functionality (very basic) in a react app was a lot of fun.

lennox-davidlevy/dragdrop

Repository files navigation

Kanban/board via Windows 95

This started as a project to create a Kanban board in React, but rendered with masonry a la Pinterest. While I was building it, I decided to try to style it in, and then give it some very basic functionality of the Windows 95 OS.

You can check it out at Kanban a la Win95

Production

Made using React

You can download the application and run it locally:

$ git clone https://github.com/lennox-davidlevy/dragdrop.git
$ cd dragdrop
$ npm install

Find /config/default_(temp).json and change the values to your MongoURI (either from atlas, or locally) and your JWT secret (it can be anything) and rename the file to default.json. Make sure not to push to git until you change the name of the file to default.json as its already in .gitignore)

$ cd dragdrop
$ npm run dev

Planned Implementations

I plan on adding these features soon:

  • Public, sharable boards
  • add website link preview to the cards
  • add video link capability to the cards

About

A react Kanban board inspired by Windows 95. Try it out and save a board. I am unsure of its utility, but trying to recreate basic windows functionality (very basic) in a react app was a lot of fun.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published