Single User app with Credentials Authentication
·
70 commits
to main
since this release
This project is a Dashboard App that is a single page application (SPA) with client-side navigation and three main pages:
- Dashboard - A summary of all invoices.
- Invoices - A list of all invoices and the possibility of searching, creating, editing or deleting any invoice. It also has pagination at the bottom of the page.
- Customers - A list of all customers with a search bar for searching for specific customers. There's no pagination here in this version, so all customers are displayed at the same time.
This project also has a dark theme based on Tailwind.css and that only works based on the browser theme.
This is the primary version of this project, which only accepts one single user and only has the credentials provider for authentication.