Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/irina-bondarenko/kanban-board
https://github.com/irina-bondarenko/kanban-board
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/irina-bondarenko/kanban-board
- Owner: Irina-Bondarenko
- Created: 2024-04-05T11:54:54.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-16T12:12:52.000Z (7 months ago)
- Last Synced: 2024-04-16T15:16:28.374Z (7 months ago)
- Language: TypeScript
- Size: 159 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
GitHub Kanban Board
Description
A simple GitHub issues viewer presented as a Kanban board
Installation
- Install dependencies:
npm install
- Start the application:
npm run dev
Note: Make sure you are in the
kanban_board
directory or usecd 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