A simple job search engine that fetches job listings from the Adzuna API and displays them to the user.
These instructions will help you get a copy of the project up and running on your local machine for development and testing purposes.
- You will need to have an Adzuna API key. You can sign up for a free Adzuna API key on their website at https://developer.adzuna.com.
-
Clone the repository to your local machine:
git clone https://github.com/dotdesh71/job-finder-Job-Search-Engine.git
-
Navigate to the project directory:
cd job-search-engine
-
Replace the API key (Line 7-8) in search.php file
'app_id=Your_AppID_Here'
&'app_key=YourAppKey'
. -
Open the
index.php
file in your browser to start using the job search engine.
- HTML, CSS, JQuery, PHP
- Adzuna API - The job listing data source
- Bulma - The CSS framework used for styling