https://github.com/derrmru/surgery-quote-generator
https://github.com/derrmru/surgery-quote-generator
react reactjs wordpress wordpress-plugin
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/derrmru/surgery-quote-generator
- Owner: derrmru
- Created: 2021-04-21T15:59:52.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-30T10:57:20.000Z (almost 5 years ago)
- Last Synced: 2025-04-09T20:17:04.315Z (about 1 year ago)
- Topics: react, reactjs, wordpress, wordpress-plugin
- Language: JavaScript
- Homepage: https://www.londonfootandanklesurgery.co.uk/
- Size: 2.04 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Surgery Quote Generator
A surgery quote generator built as a Wordpress plugin using React JS. Makes use of my [React Wordpress Plugin Boilerplate](https://github.com/derrmru/react-wordpress-plugin-boilerplate).
## Functionality
The plugin registers a Wordpress Short Code that can be included in any post or page. The short code accepts two attributes:
1. surgery_type - this is passed to the React App to determine the steps taken to generate a quote.
2. color - this updates the styling to conform with clients primary brand color
Based on the surgery type it receives the Application prompts the user for information and calls a database for quote data, which is then displayed as a price guide to the user.