Designed By: Chris Rudnicky
January 18, 2019
Description
Installation Instructions
Application Specs
Known or Potential Errors
Technologies Used
Acknowledgements
This is an applicaion that was built to practice making API calls. A user will be able to find a list of doctors based off of a condition (conditions retrieved from an API call), or they can search the BetterDoctor database for a doctor based off of their name.
To use this app, first clone the repositiory from GitHub. Once the app has been appropriately cloned the app can be accessed by using the following commands in the terminal:
$npm install
- This command will install all the dependencies listed in the package.json file.
$npm run build
- This command will instruct webpack to bundle all code into a folder named dist.
After running these two commands find the file named index.html in the newly created dist folder and drag it to Chrome.
If there are any errors encountered while installing Find Help! see Known or Potential Errors for help
Testing for this project was not required as per Epicouds project guidelines.
At this time the UI is not as intuitive as I would like. I will eventually find the time to enahnce the UI experience. I also need to continue to build the look of the divs and handle lagging animations.
Find Help! was built using:
- Webpack module bundler
- NPM package manager
- Javascript - ES6
- Jasmine
- Karma
- [JavaScript Lint]((http://www.javascriptlint.com/) -BetterDoctorAPI
- Without the help and guidance of the Epicodus JavaScript Curriculum I would not have been able to create this application.