Releases: josiasbudaydeveloper/nextjs-14-dashboard-app-router-tutorial
Releases · josiasbudaydeveloper/nextjs-14-dashboard-app-router-tutorial
A complete Sass Multi-Tenant with OAuth and Dark Mode
The app now has:
- Multiuser system
- OAuth Authentication
- Pagination for the customers, as they're going to be flexible at this version
- Dark Theme feature based on the user's browser theme
Single User app with Credentials Authentication
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.