Skip to content

Latest commit

 

History

History
21 lines (10 loc) · 647 Bytes

File metadata and controls

21 lines (10 loc) · 647 Bytes

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/ .