Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .github/assets/billq-ai.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/assets/create-client-billq.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/assets/dashboard.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,5 @@ yarn-error.log*
next-env.d.ts

/src/generated/prisma
tests/e2e/.auth*
test-results
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ Built with **Next.js 15**, **TypeScript**, **Tailwind CSS**, **shadcn/ui**, **Ne

---

## 📸 Screenshots


| Dashboard & Overview | Create Invoice with AI | Create Client |
| :---: | :---: | :---: |
| ![Dashboard Screenshot](.github/assets/dashboard.gif) | ![Create invoice with ai Screenshot](.github/assets/billq-ai.gif) | ![Create Client Screenshot](.github/assets/create-client-billq.gif) |

## 🚀 Features Implemented

### 🔐 Authentication
Expand Down Expand Up @@ -96,8 +103,10 @@ Open http://localhost:3000 to view it in the browser.

### Running Tests

This project uses **Vitest** for unit and component tests, and **Playwright** for end-to-end (E2E) tests.

To run the component and integration tests, use the following command:

```sh
npm run test
npm run test:all
```
Loading
Loading