Short Description:
Digitally submit medical information to 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. Requires the Github CLI and NPM.
git clone https://github.com/derrmru/lfas-medical-form.git
cd lfas-medical-form
npm install
npm start
- Replace the endpoints in the $POST blocks to handle submission.
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/node": "^12.0.0",
- "@types/react": "^17.0.0",
- "@types/react-dom": "^17.0.0",
- "react": "^17.0.1",
- "react-dom": "^17.0.1",
- "react-scripts": "4.0.2",
- "typescript": "^4.1.2",
- "web-vitals": "^1.0.1",
- "react-signature-canvas": "^1.0.3",
- "jquery": "^3.5.1"