This is a Next.js 15 job listing web App with a, smooth animations, and a modern UI built with React, Typescript, Tailwind CSS and Framer Motion.
✅ Modern UI with Tailwind CSS
✅ Animated 404 Page with Framer Motion
✅ Dynamic Job Listings & Details Page
✅ Fast & Scalable Next.js 15 structure
✅ SEO-Friendly with built-in optimizations
src/
│── app/
│ ├── jobs/ # Jobs Page (List of Jobs)
│ │ ├── page.tsx # Jobs Listing Page
│ │ ├── [jobId]/ # Dynamic Route for Job Details
│ │ │ ├── page.tsx # Job Details Page
│ ├── not-found.tsx # Custom 404 page
│ ├── layout.tsx # Root layout component
│ ├── page.tsx # Homepage
│── components/ # Reusable components
│── styles/ # Tailwind & global styles
│── public/ # Static assets
│── README.md # Documentationgit clone https://github.com/HABEEB99/candivet
cd your-projectnpm install # or yarn install3️⃣ Run the Development Server
npm run dev # or yarn dev