Skip to content

Latest commit

Β 

History

History
40 lines (35 loc) Β· 831 Bytes

README.md

File metadata and controls

40 lines (35 loc) Β· 831 Bytes

GitHub Jobs Project

CircleCI PRs Welcome

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.

Features

  • firebase setup
  • circle ci setup
  • axios for fetching data
  • pagination
  • serverless backend API

How To

Install Dependencies

yarn install

Development

to start development server run:

yarn start

Tests

to run unit tests execute:

yarn test

Deployment

  • create production build:
yarn build
  • deploy to firebase:
yarn deploy