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.
- View a list of jobs in India.
- Search for jobs by job title or skills and location.
My.Video.mov
- Node.js
- Express.js
- Handlebars
- Axios (for API requests)
-
Clone the repository:
git clone https://github.com/your-username/JobLister.git cd JobLister
-
Install dependencies:
npm install
-
Edit the APP_ID and APP_KEY in APIs.
-
Run the application:
node server.js
The app will be accessible at http://localhost:3000.
- 👉 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 are welcome! If you have ideas for improvements or new features, feel free to open an issue or submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.