This is a project for developing a web platform for searching jobs and also includes a pay calculator

To run the application:

  1. clone or download this repo
  2. make sure you have npm installed and can run react projects
  3. go into the project root folder and do npm install
  4. when finished do npm start
  5. open your browser and navigate to www.localhost:3000

For reference, I'm using node - v14.16.0 and npm - 6.14.11