An online doctor appointment booking web app, built with React, Redux, Material-UI, react-bootstrap, and CSS.
This repository is the patient account view and Dashboard.
Clone down this repository. You will need node
and npm
installed globally on your machine.
Installation:
npm install
To Run Test Suite:
npm test
To Start Server:
npm start
To Visit App:
localhost:3000