Skip to content

HABEEB99/candivet

Repository files navigation

🚀 Next.js Project

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.


🎨 Features

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


📂 Project Structure

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                       # Documentation

🚀 Getting Started

1️⃣ Clone the Repository

git clone https://github.com/HABEEB99/candivet
cd your-project

2️⃣ Install Dependencies

npm install  # or yarn install

3️⃣ Run the Development Server

npm run dev  # or yarn dev

About

An AI powered job listing web app built with react.js, next.js, typescript and tailwind css

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published