This is a simple react book keeping interface built with node.js, react, react-router, and scss.
- Install Node v8.70 and NPM
node install
- Install Dependencies via NPM
npm install
npm start
ornode .
-
"Buy" view that records the purchase of products from a supplier
-
- Number of expired Products and unexpired Products
- Number of total sales
- Net Revenue
- Pagination for the product items, right now it uses a none-intuitive simple scroll
- React props to make sure right vals are being passed
- Fix Responsive behavior @media breakpoints
- Run app in localStorageMode when there is no access to the DB
- Accesibility
- Stylistically differentiate between Buy and Sell View