This Project is created follow clean code architecture have core features such as
- 1. Presentation Layer (UI)
- 2. Application Layer (Business Logic / Use Cases)
- 3. Domain Layer (Core Business / Entities & Repositories)
- 4. Infrastructure Layer (Data Sources & External Services)
Read more details here.
- NEXT JS (App Router) @ 15.1.6
- Tailwind CSS @ 4.0
- Zustand @ 5.0.3
- Next-Intl @ 3.26.3
- Emotion (Styled Component) @ 11.14.0
Install Dependencies
npm install
First, run the development server:
npm run 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.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!