Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/irina-bondarenko/kanban-board


https://github.com/irina-bondarenko/kanban-board

Last synced: 3 days ago
JSON representation

Awesome Lists containing this project

README

        

GitHub Kanban Board

Description


A simple GitHub issues viewer presented as a Kanban board

Installation


  1. Install dependencies:


npm install



  1. Start the application:


npm run dev

Note: Make sure you are in the kanban_board directory or use cd kanban_board before running the commands.

Testing


To run tests, use:


npm test

Technologies



  • React

  • TypeScript

UI Libraries



  • Chakra UI

  • Redux (or Redux-Toolkit)

Testing (your choice)



  • React Testing Library

  • Jest