Skip to content

Latest commit

 

History

History
72 lines (45 loc) · 2.18 KB

README.md

File metadata and controls

72 lines (45 loc) · 2.18 KB

Overview

This is a billing application which can be use in any business to easily track all the important Info.

Features

  1. User can Register and Login ,validation is performed by Validator package.
  2. Authentication done by jwt token.
  3. user can add customer , edit customer , delete customer and also search the particular customer.
  4. user can also perform the CRUD operation on Product.
  5. can Generate the bill for added product in cart and also able to download the invoice.
  6. can track the all bills , total sales , total customers , total products and total bill amount.

Dependencies

  1. react-router-dom
  2. axios
  3. validator
  4. sweetalert
  5. styled-components
  6. material-ui
  7. react-modal
  8. react-to-pdf
  9. react-datepicker
  10. react-icons
  11. react-redux
  12. react
  13. redux-thunk

Installation

Install the dependencies and devDependencies and start the server.

$ npm install

ScreenShots:

Registration Page

image

Login Page

image

Dashboard / Home page

image

Products Component

image

Customers Component

image

Billing Component

image

Total Bills Component

image

Admin Page

image

Downloaded PDF Bill

image