Skip to content

Billing-app where business owner have to register first after that he can perform CRUD operation on customers And Products as well.he can generate bill for a particular customer and can download the invoice as well.

Bhuvanesh-git331/bill-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Billing-app where business owner have to register first after that he can perform CRUD operation on customers And Products as well.he can generate bill for a particular customer and can download the invoice as well.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published