This is a Next.js project bootstrapped with create-next-app.

Functionalities working -

  • Navbar and sidebar.
  • List component for invoices
  • Alter invoice modal to add or edit.
  • Adding a new invoice functionality working.

Prerequisite -

Node installed in your machine

Getting Started

First, install the dependencies:

npm install

Then run the server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.