Giter VIP home page Giter VIP logo

job-column's Introduction

Job COLumn

Job COLumn is a job board that considers the cost of living.

Demo and Screenshots

Watch the demo here.

Desktop, Dark Mode

Desktop, Dark Mode, Welcome Page Desktop, Dark Mode, Jobs Page Desktop, Dark Mode, Jobs Page Filtered Desktop, Dark Mode, Job Details Dialog

Mobile, Light Mode

Mobile, Light Mode, Welcome Page Mobile, Light Mode, Jobs Page Mobile, Light Mode, Jobs Page Filtered Mobile, Light Mode, Job Details Dialog

Table of Contents

About the Site

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.

Getting Started

To get a local copy up and running, follow these steps.

Prerequisites

You need to have installed:

npm install npm@latest -g

Installation

  • Clone the repo
git clone https://github.com/OmarZubaidi/Job-COLumn.git
  • Install NPM packages
npm i
cd client
npm i
cd ../server
npm i
  • Create your .env file in the client folder as below.
REACT_APP_GOOGLE_MAPS_API_KEY=<Your_API_Key>
  • Similarly for the 'server' folder
HOST_NAME=127.0.0.1
PORT_NUMBER=3001

DB_NAME=<Your_database_name>
DB_USERNAME=<Your_database_username>
DB_PASSWORD=<Your_database_password>
  • Run the server in a terminal.
npm run startServer
npm run startClient

Usage

This site was created with the Create React App.

Contact

Creator: Omar Zubaidi

Project Link: on GitHub

Acknowledgements

job-column's People

Contributors

omarzubaidi avatar silkster87 avatar damayor12 avatar

Forkers

damayor12

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.