This is a solution to the Invoice app challenge on Frontend Mentor. The challenge was to build out this invoicing application and get it looking as close to the design as possible.
Live Site URL: https://vue-invoice-app-6443a.web.app/
Demo account:
Email: demo@invoice.app
Password: p@ssw0rd
Users are able to:
- View the optimal layout for the app depending on their device's screen size (Signup/Login, Home Page, Invoice Page, Not Found Page)
- See hover states for all interactive elements on the page
- Create, read, update, and delete invoices
- Receive form validations when trying to create/edit an invoice
- Save draft invoices and mark pending invoices as paid
- Filter invoices by status (draft/pending/paid)
- Toggle light and dark mode
npm install
npm run serve
npm run build
npm run lint