Skip to content

azamt18/kanban-board-frontend-on-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kanban board

👉 View Live

image

Netlify Status GitHub PRs Welcome

Features ✨

  • Drag & drop tasks
  • CRUD for tasks
  • CRURD for columns

Development setup 🛠

Steps to locally setup development after cloning the project.

Step 1 - Dependencies

You will need:

  • node
  • yarn (Optional. Not Required if you use NPM)

Please install them if you don't have them already.

Step 2 - Install packages

If you are using yarn run from the root of the repository:

yarn

If you are using npm, run from the root of the repository:

npm run install

Step 3 - Run an app

Once the dependencies are installed, you can run the app:

cd react-kanban-board
yarn start
# or
npm start

Your browser should open up to a running app.

License

Licensed under the MIT license.


👉 View Live

Releases

No releases published

Packages

No packages published