A job board that considers the cost of living.
Table of Contents
Job COLumn is a job board that considers the cost of living.
It compares the minimum salary in a listed job with your current salary! Magic!
It doesn't display jobs that don't list a salary nor any jobs outside of a set list of the larger cities in the UK.
Of all the jobs that do have salaries, it will show you which jobs will give you a better quality of life in terms of purchasing power.
To get a local copy up and running, follow these steps.
You need to have installed:
- Node Version Manager
- The latest LTS version of Node (I used v18.16.0)
nvm install npm@latest -g
- Clone the repo
git clone https://github.com/OmarZubaidi/Job-COLumn.git
- Install NPM packages
npm i
- Run the project
npm start
Contributions are welcome!
If you have a suggestion that would make this better:
- Fork the project.
- Create a branch using
git checkout -b feature-YOUR_FEATURE_NAME
. - Work on it and commit changes using
git commit -m 'YOUR_COMMIT_MESSAGE'
. - Push to your branch using
git push origin feature-YOUR_FEATURE_NAME
. - Open a pull request.
Creator: Omar Zubaidi.
Project Link: on GitHub.