Giter Club home page Giter Club logo

kanvas's Introduction

Kanvas

A kanban board application with drag and drop, context menu and all editing features

Live Demo

https://kanvas.jsonkim.com

Features

  1. When the application starts, it has 3 empty columns: "Todo", "In progress", "Done"
  2. Each column has a "+" button and users can click this button to create a task card in any column
  3. Users can change the order of columns using drag-and-drop
  4. Users can create columns
  5. Users can edit column titles
  6. Users can delete columns
  7. Users can create tasks
  8. Users can move tasks between columns using drag-and-drop
  9. Users can can delete a task.
  10. Users can edit task titles and descriptions
  11. Users can add images as attachments to cards and the app can save images to LocalStorage
  12. Users can move tasks between columns using the "Move" button in the context menu
  13. Each card has a context menu you can access through right-click (desktop)
  14. Each card has a context menu you can access through long-press (mobile)
  15. All data is saved to LocalStorage and loaded from it when the app is executed or reloaded
  16. The application supports mobile-responsive

Technologies Used

  • React.js
  • Bootstrap
  • HTML5
  • CSS3
  • AWS EC2

Getting Started

1. Clone the repository and navigate to the directory

git clone https://github.com/jasonkim-jk/kanvas.git
cd kanvas

2. Install all dependencies

npm install

3. Compile project

npm run start

4. Access application by entering https://localhost:3000 in the browser.

Lessons Learned

  • Utilizing React Beautiful Drag and Drop(DnD)
  • Utilizing React Context Menu
  • Building code blocks for saving images to LocalStorage
  • Creating an application in a group-environment in a given short period of time (3days)

Preview

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.