Invoice user flow with react and ant-design. This is a static prototype (no backend service is connected).
URL: https://static-invoice.netlify.com
Install Node.js, Git and then:
git clone https://github.com/antekai/ct-fin-beta.git invoice-app
cd invoice-app
yarn install
yarn start
- UI-kit: Ant-design
- Folder Structure: based on Feature and Functionality
- Component naming: based on Relative-Path
- State management: Local(react), Flat state, Single stateful component (Invoice.js)
- Form validation
- Netlify CD