Skip to content

"Django-Job-Board-Webpage" empowers job seekers and recruiters alike. Utilizing Django's versatility, it offers seamless job listing, filtering, and tagging functionalities. Elevate your hiring process with this dynamic platform.

License

Notifications You must be signed in to change notification settings

Himel-Sarder/Django-Job-Board-Webpage

Repository files navigation

Django Job Board Webpage

Table of Contents

Screenshots

Header image Footer image Hover image Detail Page image Dark Mode image image

Admin pannel Screenshot

image image

Project Overview

This project is a job board web application built with Django. Users can view job postings, see detailed information about each job, and toggle between light and dark themes. The site is styled with Tailwind CSS and includes features such as dynamic content rendering and theme persistence using local storage.

Features

  • View a list of job postings.
  • See detailed information for each job.
  • Toggle between light and dark mode themes.
  • Responsive design using Tailwind CSS.
  • Persistent dark mode preference using local storage.
  • Clean and professional UI.

Technologies Used

  • Django
  • Python
  • HTML
  • CSS (Tailwind CSS)
  • JavaScript

Installation

  1. Clone the repository:

    git clone https://github.com/Himel-Sarder/Django-Job-Board-Webpage.git
    cd django-job-board
  2. Create and activate a virtual environment:

    python3 -m venv venv
    source venv/bin/activate
  3. Install dependencies:

    pip install -r requirements.txt
  4. Apply migrations:

    python manage.py migrate
  5. Create a superuser:

    python manage.py createsuperuser
  6. Run the development server:

    python manage.py runserver
  7. Access the application: Open your web browser and go to http://127.0.0.1:8000/.

Configuration

  1. Database configuration: Edit the DATABASES setting in settings.py if you want to use a different database.
  2. Static files: Ensure that Tailwind CSS is included and configured properly in your settings.py.

Usage

  • Home Page: Displays the list of job postings.
  • Job Details: Click on any job posting to see detailed information about the job.
  • Dark Mode: Use the "Toggle Dark Mode" button in the top right corner to switch between light and dark themes.

Contributing

Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.

License

This project is licensed under the MIT License. See the LICENSE file for more information.

About

"Django-Job-Board-Webpage" empowers job seekers and recruiters alike. Utilizing Django's versatility, it offers seamless job listing, filtering, and tagging functionalities. Elevate your hiring process with this dynamic platform.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published