Short Description:
Arrange a virtual consultation with your doctor, built for The London Foot & Ankle Surgery.
Installation
- Clone the repository in your command line by copying the below code. The development server will be started. Installation requires the Github CLI and NPM.
git clone https://github.com/derrmru/lfas-virtual-consults-II.git
cd lfas-virtual-consults-II
npm install
npm start
- Replace the endpoints in the $POST blocks to handle availability and to receive appointment requests.
Used Technologies and Libraries
Dev Dependencies
- "@testing-library/jest-dom": "^5.11.4",
- "@testing-library/react": "^11.1.0",
- "@testing-library/user-event": "^12.1.10",
- "@types/jest": "^26.0.15",
- "@types/jquery": "^3.5.5",
- "@types/node": "^12.0.0",
- "@types/react": "^16.9.53",
- "@types/react-dom": "^16.9.8",
- "jquery": "^3.5.1",
- "react": "^17.0.1",
- "react-dom": "^17.0.1",
- "react-scripts": "4.0.1",
- "typescript": "^4.0.3"