https://github.com/hiejulia/bankan
KanBan app with React and Redux
https://github.com/hiejulia/bankan
book portfolio pro-react react redux
Last synced: 8 months ago
JSON representation
KanBan app with React and Redux
- Host: GitHub
- URL: https://github.com/hiejulia/bankan
- Owner: hiejulia
- Created: 2017-03-02T21:51:58.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-12T17:58:36.000Z (over 8 years ago)
- Last Synced: 2025-02-08T21:46:24.101Z (10 months ago)
- Topics: book, portfolio, pro-react, react, redux
- Language: JavaScript
- Homepage:
- Size: 656 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BanKan
## What is it?
This is the KanBan app that I learn to create while reading the book Pro React. Here is the pdf link to the book.Pro React.
## Improvements I made in progress
+ Unit testing for components using Mocha, chai , Jest
+ Currently working on server rendering
+ Probably improve the stysheets using PostCSS, BEM
## How to install
## Want to know more about the book?
I have created a foler in this repo called `code_practice`. In there, there are bunch of pieces of code examples from the book and I gave comments as well as explanation of the code
## Reference