Skip to content

antekai/ct-fin-beta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Invoice-app

Invoice user flow with react and ant-design. This is a static prototype (no backend service is connected).

Table of Contents

Preview

URL: https://static-invoice.netlify.com

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

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