Skip to content

suyogschavan/jobLister

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀JobLister

JobLister is a simple web app for job listings that allows users to explore and search for jobs in India. It leverages the Adzuna API to fetch job data and is built using Node.js, Express.js, and Handlebars.

Features

  • View a list of jobs in India.
  • Search for jobs by job title or skills and location.

Demo

My.Video.mov

Technologies Used

  • Node.js
  • Express.js
  • Handlebars
  • Axios (for API requests)

How to Use

  1. Clone the repository:

    git clone https://github.com/your-username/JobLister.git
    cd JobLister
  2. Install dependencies:

    npm install
  3. Edit the APP_ID and APP_KEY in APIs.

  4. Run the application:

    node server.js

The app will be accessible at http://localhost:3000.

Future Scope

  • 👉 User Authentication: Implement user authentication to allow users to save favorite jobs, apply filters, and personalize their experience.
  • 👉 Job Categories and Filters: Expand the filtering options to allow users to browse jobs by categories, companies, or other relevant filters.
  • 👉 Job Details: Provide detailed job descriptions and additional information about each job posting.
  • 👉 Responsive Design: Ensure the web app is fully responsive for a seamless experience on various devices.
  • 👉 Job Application Integration: Explore integration with job application platforms to allow users to apply for jobs directly through the app.

Contributions

Contributions are welcome! If you have ideas for improvements or new features, feel free to open an issue or submit a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.