This is a project for developing a web platform for searching jobs and also includes a pay calculator
To run the application:
- clone or download this repo
- make sure you have npm installed and can run react projects
- go into the project root folder and do
npm install
- when finished do
npm start
- open your browser and navigate to www.localhost:3000
For reference, I'm using node - v14.16.0 and npm - 6.14.11