GitHub Jobs is a web app for searching jobs based on GitHub Jobs API. Implemented with React, stylized with react-bootstrap, Firebase and Circle CI integration.
- firebase setup
- circle ci setup
- axios for fetching data
- pagination
- serverless backend API
yarn install
to start development server run:
yarn start
to run unit tests execute:
yarn test
- create production build:
yarn build
- deploy to firebase:
yarn deploy