The Job Listing Portal is a web application built using Next.js with TypeScript, styled with Tailwind CSS. This platform allows users to explore various job listings efficiently, thanks to the combination of server-side and client-side rendering for enhanced performance. Key features include:
This project leverages both server components for optimized loading times and client components for dynamic interactivity, ensuring a smooth user experience.
Before you begin, ensure you have the following installed:
To get started, clone this repository using the following command:
git clone <https://github.com/Vikas-spec-hub/job-listing-portal.git>
cd job-listing-portal
pnpm install
API_URL=<your-api-url>
First, run the development server:
pnpm run dev
Open http://localhost:3000 with your browser to see the result.
pnpm dev
: Start the development server. pnpm build
: Build the project for production. pnpm start
: Start the production server.job-listing-portal/
├── src/
│ ├── app/
│ │ ├── page.tsx # Main page (Server Component)
│ ├── components/
│ │ ├── JobCard.tsx # Job card component
│ │ ├── JobDetailsModal.tsx # Job details modal
│ │ ├── Pagination.tsx # Pagination component
│ ├── utils/
│ │ ├── index.ts # Utility functions
├── public/ # Static assets
├── .env.local # Environment variables
├── tailwind.config.js # Tailwind CSS configuration
├── tsconfig.json # TypeScript configuration
├── package.json # Project dependencies
Check check :- job listig portal website