Invoice user flow
Demo | react app, ant-design, coding task
Invoice user flow with react and ant-design. This is a static prototype (no backend service is connected).
URL: https://static-invoice.netlify.com
Source: https://github.com/antekai/ct-fin-beta
Tags: Demo, Invoice, ant-design, coding task
Date: 27-29 August 2018
Stack: React.js, ant-design
Features
- 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
Installation
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