Skip to content

68thandMaine/Find-Help

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Find Help!

Designed By: Chris Rudnicky
January 18, 2019


Table of Contents

Description
Installation Instructions
Application Specs
Known or Potential Errors
Technologies Used
Acknowledgements


Description

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.

Installation instructions

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:

  1. $npm install
  • This command will install all the dependencies listed in the package.json file.
  1. $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


Application Specs

Testing for this project was not required as per Epicouds project guidelines.


Known or Potential Errors

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.


Technologies Used

Find Help! was built using:


Acknowledgements

  • Without the help and guidance of the Epicodus JavaScript Curriculum I would not have been able to create this application.

About

JavaScript application that displays information from the Better Doctor api to make booking appointments easier.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors