Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Peehu1308/jobportal

 
 

Repository files navigation

Live Deployment Link:

View Project

DreamJobs- Where Dreams Meet Careers !

This Project is a dynamic web application designed to bridge the gap between job seekers and employers. It provides a user-friendly platform where candidates can search and apply for jobs, while recruiters can post job vacancies, manage applications, and find the right talent efficiently.

✨ Key Features:

User Authentication: Secure login and registration for both job seekers and recruiters.
Job Listings: Browse, filter, and search for jobs based on location, industry, and experience level.
Application Management: Job seekers can submit applications and track their status, while recruiters can view, shortlist, and manage applicants.
Dashboard: Personalized dashboards for candidates and recruiters to manage profiles, resumes, and job postings.
Responsive Design: Fully optimized for both desktop and mobile devices.

🚀 Technologies Used:

Purpose Technologies
Frontend HTML, CSS, JavaScript, Bootstrap
Backend Python, Django
Database SQLite
Deployment Render

Here are the snapshots of this project

Screenshot 2025-02-08 235944 Screenshot 2025-02-08 235955

Jobseeker's Screen

Screenshot 2025-02-09 000109 Screenshot 2025-02-09 000118

Employer's Screen

Screenshot 2025-02-09 000219

Screenshot 2025-02-09 000239

Screenshot 2025-02-09 000251

🗂️ File Structure

jobportal/
|
├── adminapp/
│   ├── migrations/
│   ├── static/assets/
│   ├── templates/
│   └── __init__.py, admin.py, adminappurrls.py, apps.py, models.py, tests.py, views.py
|
├── employer/
│   ├── migrations/
│   ├── static/
│   ├── templates/
│   └── Procfile, __init__.py, admin.py,apps.py, employerurls.py,  models.py, tests.py, views.py
|
├── jobapp/
│   ├── migrations/
│   ├── static/
│   ├── templates/
│   └── __init__.py, admin.py, apps.py, jobappurls.py, models.py, tests.py, views.py
|
├── jsapp/
│   ├── migrations/
│   ├── static/
│   ├── templates/
│   └── __init__.py, admin.py, apps.py,jsappurls.py, models.py, tests.py, views.py
|
├── jobportal/  # root config
│   └── settings.py, urls.py, ...
|
├── media/
│   └── *avif / *.jpg / *.png / *.webp
|
├── staticfiles/
|   ├── admin/
│   ├── assets/
│   ├── css/
|   ├── images/
│   ├── js/
│   └── *.jpg / *mp4 / *.png / *.svg / *.webp
|
├── README.md
├── db.sqlite3
├── manage.py
└── requirements.txt

📄 License

This project is licensed under the MIT License.


⬆️ Back to Top

About

No description, website, or topics provided.

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 43.7%
  • JavaScript 30.0%
  • HTML 15.4%
  • SCSS 9.3%
  • Python 1.5%
  • PowerShell 0.1%