canina/frontend/application
parsa aghaei 89e59c8427
Some checks failed
E2E Playwright Tests / Run Full E2E & Security Suites (push) Failing after 7s
Deploy Canina / deploy (push) Has been cancelled
fix(images): ensure unoptimized direct serving for uploads proxy routes to prevent 400 bad request
2026-09-02 16:10:52 +03:30
..
app perf: optimize font payloads, enable responsive image optimization for uploads, and set high priority on top hero/product images 2026-09-02 15:54:12 +03:30
components fix(images): ensure unoptimized direct serving for uploads proxy routes to prevent 400 bad request 2026-09-02 16:10:52 +03:30
lib perf: optimize font payloads, enable responsive image optimization for uploads, and set high priority on top hero/product images 2026-09-02 15:54:12 +03:30
public feat(navigation): add custom glowing NavigationProgressBar, enable Swagger on localhost dev, set local store port to 3005, and remove hero-section-image.png 2026-08-29 13:53:21 +03:30
.gitignore feat: complete phase 2 mock removal and db seed 2026-06-12 00:58:10 +03:30
AGENTS.md refactor: unify domain and contact emails to canina.ir across all apps and seeds 2026-08-19 11:52:36 +03:30
CLAUDE.md feat: complete phase 2 mock removal and db seed 2026-06-12 00:58:10 +03:30
eslint.config.mjs feat: resolve doctors query error, add FAQ, testimonials, blog preview, and full menu management 2026-08-19 17:20:01 +03:30
next.config.ts fix(media): resolve 400 Bad Request on next/image proxy, add auto scroll to top on route change, disable swagger in prod, and fix dev ports 2026-08-29 13:37:50 +03:30
package-lock.json feat(ux): add nextjs-toploader navigation progress bar and resolve local dev port conflicts 2026-08-29 13:31:05 +03:30
package.json fix(dev): set local store port to 3300 and admin port to 3400 to avoid Windows port exclusions 2026-08-29 14:10:52 +03:30
postcss.config.mjs feat: complete phase 2 mock removal and db seed 2026-06-12 00:58:10 +03:30
README.md feat: complete phase 2 mock removal and db seed 2026-06-12 00:58:10 +03:30
tsconfig.json fix(frontend): exclude prisma from application tsconfig and enhance dockerignore 2026-08-15 16:28:51 +03:30
vitest.config.ts test(frontend): update test imports to lib/ path, configure vitest.config.ts and vitest.setup.ts 2026-08-03 10:22:16 +03:30
vitest.setup.ts feat: add charity reporting & financial breakdowns in admin, fix mobile scroll restoration and OTP numeric keyboard 2026-08-26 00:12:33 +03:30

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

Getting Started

First, run the development server:

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

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

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.