A React.js front-end for the dr-search data service that helps you find the best family doctor in British Columbia. This client makes AJAX requests to the service's RESTful JSON API, and presents a list of family doctors accepting new patients in your city.
The search form provides options to filter results by the doctor's city, gender, and language spoken.
Doctors with a star-rating on RateMDs will appear at the top of the results in descending order, with a direct link to their review page.
- create-react-app - React app starter with zero configuration.
- reactstrap - React component library based on Bootstrap 4
- react-router - React Router v3
- react-fontawesome - Font Awesome component library for React
- medical icons - set of free medical themed icons
Start the dr-search service first, then run the commands
$ yarn install
or
$ npm install
to install all dependencies. When finished, run the commands
$ yarn start
or
$ npm start
to run the client.


