kunalkashyap855 / kanban

An implementation of a Kanban Board using ReactJS, for IEEE CrossWoC 2021
GNU General Public License v3.0
3 stars 5 forks source link
kanban react

Kanban

Description: A simple Trello-like Kanban board which helps users to track tasks/events in projects. A great way to get started with open source!

Other things to include:

Screenshot:

App Screenshot

Dependencies

React Beautiful dnd: Beautiful and accessible drag and drop for lists with React. v 13.0.0

Installation

This project was bootstrapped with Create React App.

Clone the repository on your system and run the following commands:

npm install

Install all the node modules required to run the app.

npm start

Runs the app in the development mode.\ Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.\ You will also see any lint errors in the console.

How to contribute

If you like this project and would like to contribute to it, checkout our Issues page. If you find an issue that interests you or you think you will be able to resolve the issue, comment in it requesting to work on it.

If you are assigned an Issue: Clone the repository and create a new branch. (Pull requests made on the main branch will not be accepted) Creating a new branch: git checkout -b <your_branch_name>

Install all the node modules required to run the app: npm install

After you've setup, make changes to the code with respect to resolving the issue. After you think you have written the correct code which solves the issue and doesn't break anything else that was already working, then push your code to your branch and create a pull request.

git add .

git commit -m "Your commit message"

git push -u origin <your_branch_name>

After reviewing your pull request, if it resolves the issue, your code will be merged with the main branch and the issue will be closed.

Project Maintainer


Kunal Kashyap

💻