Skip to content

React-Redux invoice editor web app that calculates totals from editable line item quantities and prices

License

Notifications You must be signed in to change notification settings

adrianlee0118/invoice-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

A simple invoice editor made with ReactJS, Redux and Webpack. Redux reducers were tested using Jest.

The app allows users to add line items and calculates the subtotal, tax and total from the quantities and prices of all items. The quantity and price properties of line items can be edited after they have been submitted.

demo

Installation

Clone the repository or download the zip. In the root folder, install dependencies

npm install

Then, run the project locally:

npm start

the project should show up at http://localhost:8080/ .

About

React-Redux invoice editor web app that calculates totals from editable line item quantities and prices

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published