mateusturola / invoice-filter

This application displays the invoices registered in our database, the customer can to filter and paginate according to their needs.

Home Page:https://mateusturola.github.io/invoice-filter/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Invoices Filters

View app

This application displays the invoices registered in our database, the customer can to filter and paginate according to their needs.

 

Available filters

  • Document status
  • Document type
  • Document Number
  • Client name
  • Date
  • Total without VAT

 

Development

As a development strategy, we divided the application into three stages, and a PR was opened at the end of each one. After finishing the application, a merge was performed with the complete application to the main branch.

Development Stages

 

Running the Application

# Clone this repository
$ git clone git@github.com:mateusturola/invoice-filter.git

# Enter the folder 
$ cd invoice-filter

# Running the application 
$ npm start

# Running the tests 
$ npm test

About

This application displays the invoices registered in our database, the customer can to filter and paginate according to their needs.

https://mateusturola.github.io/invoice-filter/


Languages

Language:JavaScript 93.8%Language:SCSS 4.1%Language:HTML 2.1%