GithubHelp home page GithubHelp logo

himel-sarder / django-job-board-webpage Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 98 KB

"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: MIT License

Python 75.10% HTML 24.90%
backend database django django-application django-framework django-job-portal django-project django-rest-framework djangorestframework framework

django-job-board-webpage's Introduction

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.

django-job-board-webpage's People

Contributors

himel-sarder avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.