Author: [Maamoun Okla]
This project is a frontend web application that integrates data from the Jobsearch API and OpenStreetMap API. It fetches job listings based on user search input, displays job details, and shows the location on a map. It also gives a calculated distance between the user location and the job location.
You can try the live demo here.
Run npm install
to install Parcel and all dependencies.
if SASS is not installed globally on your device, run npm install -g sass
.
Run npm start
for a dev server. Navigate to http://localhost:1234/
. The application will automatically reload if you change any of the source files.
Run npm run build
to build the project. The build files will be stored in the dist/
directory.