Skip to content

volkanakyel/invoice-motion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Invoice Motion

Invoice management application that allows user to create, read, update, and delete invoices. It allows also to custom and validate form when trying to create/edit an invoice You can save draft invoices, and mark pending invoices as paid and filter invoices by status (draft/pending/paid) Toggle light and dark mode Stack of the application : Vue2/Typescript Without any CSS framework everything is designed by hand with SASS preprocessor.

Authors

Installation

Install and run invoice motion with npm

  cd my-project
  npm || yarn install /* Installation */
  npm || yarn run serve /* Development environment */
  npm || yarn run build /* Build */