Skip to content

briana-roy/merchant-management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Book Keeping Interface

This is a simple react book keeping interface built with node.js, react, react-router, and scss.

SET UP

  1. Install Node v8.70 and NPM
node install
  1. Install Dependencies via NPM
npm install

RUN APPLICATION

  1. npm start or node .

INTERFACE / VIEWS

  1. "Buy" view that records the purchase of products from a supplier

  2. "Sell" view that records each time a product is sold

  3. "Analylitics" view showing:

    • Number of expired Products and unexpired Products
    • Number of total sales
    • Net Revenue

Improvements to make

  • 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

About

React Merchant Management Dashboard

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published