Short Description:
A digital registration form for new patients, built for Podogo foot clinic in London.
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/Podogo-Registration-Form.git
cd Podogo-Registration-Form
npm install
npm start
- Replace the endpoints in the $POST blocks to submit to your server.
Used Technologies and Libraries
Dev Dependencies
- "react": "^16.13.1",
- "react-dom": "^16.13.1",
- "react-scripts": "3.4.1",
- "react-signature-canvas": "^1.0.3"