Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 556 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 556 Bytes

job-app

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

dependencies
react-bootstrap
axios
redux
react-redux
To Run the App
  • create a React project using create-react-app
  • replace the project src with the job-app src
  • install above dependencies using npm install
  • run by npm start