This is a Full-Stack Job Portal built with Next.js 15 using the App Router. It allows job seekers and employers to register, post jobs, and apply for them. The project leverages modern tools and libraries to provide a seamless and efficient user experience.
- Next.js: Full-stack framework for building the app.
- Prisma: ORM for database interactions.
- SQLite: Lightweight and easy-to-use database.
- TypeScript: Ensures type safety throughout the codebase.
- Tailwind CSS: Utility-first CSS framework for styling.
- DaisyUI: Component library built on Tailwind CSS for rapid UI development.
- Job Seekers:
- Register and create a profile.
- Browse and apply for jobs posted by employers.
- Employers:
- Register and create a company profile.
- Post job listings and manage applications.
- Modern Design: Tailwind CSS and DaisyUI ensure a clean and responsive UI.
- Efficient Data Handling: Prisma manages database operations with ease.
- Type-Safe Development: TypeScript ensures reliable and maintainable code.
- Node.js installed on your system.
- Clone the repository:
git clone <repository-url> cd <project-directory>