Solution for a challenge from frontendmentor.io.
- next-auth
- next-themes
- query-string
- react-datepicker
- react-hot-toast
- react-select
- react-spinners
- world-countries
A fullstack invoice app built with Nextjs.
- A full-stack application
- View the optimal layout for the app depending on their device's screen size
- 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
To run the client:
open new terminal
npm install
npm run dev