KanbanG – Lightweight reactjs + firebase based kanban board

KanbanG – Lightweight reactjs + firebase based kanban board

KanbanG – Lightweight reactjs + firebase based kanban board

Minimal Kanban board with REACT and Firebase

An awesome lightweight task tracker for developers!

Light Version Demo · Full Version Demo · Report Bug · Request Feature

What is KanbanG ?

KanbanG is a just another task tracker for personal use by developers. And now what does it offer ? Well it offers :

  • Two versions available : Lite and Full version
  • Create as many dashboards as you want !
  • Create as many tracking columns as you want ( ex – todo, in progress, done and so on..)
  • Creating ‘n’ number of task for each column
  • Easy drag and drop of task to save progress
  • Time duration spent on each task
  • Different color themes for different dashboards
  • No need to signup, just login with social logins
  • Completely built on Material UI

What to expect in future ?

  • Subtasks
  • Images upload in task
  • Any suggestion is heartly welcomed

Built with :

Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

Prerequisites

Following dependencies should be installed before getting started.

  • npm
npm install npm@latest -g
  • create react app
npm i create-react-app

Installation

There are two versions available of the project : Light and Full version.

  1. Based on version you want to work with, choose the step accordingly :
    • Clone the light version code repo
      git clone https://github.com/singhkshitij/kanbang
    • Download the Full version code
      Kanbang Full version code
  2. Install NPM packages
npm install
  1. Import project in some editor and open firebaseInit.jsx . Replace <Enter you Cred> with you firebase api keys.

Logo

  1. Run npm start and see the magic.

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature)
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

 

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top