An open API service indexing awesome lists of open source software.

https://github.com/john-pels/kanban-board

A Kanban board on which you can create, view and move tickets between columns.
https://github.com/john-pels/kanban-board

contextapi mockapi react reactdnd typescript

Last synced: 28 days ago
JSON representation

A Kanban board on which you can create, view and move tickets between columns.

Awesome Lists containing this project

README

          

# Kanban-board

## Live URL: [link](https://kanban-taskboard.netlify.app)

> **Technology tools:**
>
> - React
> - Axios
> - Context API
> - MockAPT [link](https://mockapi.io)
> - Vanilla CSS
> - React Beautiful DnD (For drag and rop) [link](https://github.com/atlassian/react-beautiful-dnd)

> #### To run the app on your local computer
>
> - create an .env file, then copy and paste **REACT_APP_API_BASE_URL=https://62532b4cc534af46cb9481ce.mockapi.io/kb** intto it
> - yarn install or npm run install
> - yarn start or npm run start

> #### To run a production build
>
> - yarn build
> - yarn start

> #### Features
>
> - Create Column
> - Move tickets between the various columns
> - Create ticket under each column
> - View task details in a Modal by clicking the task title
> - Also View task via a shareable link by copying and pasting the url in another tab
> - Copy ticket link to Clipboard