React app for displaying patient details from dropdown
- read and display a given patient’s demographic data (name, gender, date of birth)
- display a sortable table of active conditions that the patient currently has
- npm install
- npm start
- Go to http://localhost:3000/ to view app