JobBee is a fully responsive static job portal website built using HTML, CSS, and Bootstrap.
This project was developed as part of my front-end web development training focusing on creating a professional, multi-page job portal layout for both Employers and Jobseekers.
🔗 https://jobbee-app.netlify.app/
- Home Page (
index.html) – Introduction and navigation. - Sign In Page (
signin.html) – Login form. - Sign Up Page (
signup.html) – Registration form.
- Employer Profile (
employer-profile.html) – Company details. - Add Job (
add-job.html) – Form to post new jobs. - Job List (
job-list.html) – List of jobs posted by the employer. - Applicants (
applicants.html) – View list of job applicants.
- Jobseeker Profile (
jobseeker-profile.html) – Personal informations with resume. - Browse Jobs (
browse-jobs.html) – List of available jobs with “Apply Now” button. - Applied Jobs (
applied-jobs.html) – Jobs the jobseeker has applied for.
- Fully responsive design using Bootstrap
- Consistent color theme and common stylesheet
- Clean navigation across all pages
- Hover effects and interactive buttons
- Professional layout ready for backend integration
- HTML
- CSS
- Bootstrap