job-app is a React JS Web App which shows list of Jobs and detailed view of a Job.
The App consumes API to GET and show Job details. job-api is the API used for development.
The api url
can be changed in the config.json
react-bootstrap
axios
redux
react-redux
- create a React project using
create-react-app
- replace the project
src
with thejob-app src
- install above dependencies using
npm install
- run by
npm start