Skip to content

nlazzari/dr-search-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

find-a-gp-in-bc: react client

landing

Intro

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.

Search Form

The search form provides options to filter results by the doctor's city, gender, and language spoken.

search

Results

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.

card

Dependencies

Installation

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.

About

A React based client that consumes the dr-search JSON API. It uses create-react-app, reactstrap components (based on Bootstrap v4), and react-router (v3).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors