weidai07 / doctor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Webpack Template

By Wei Dai
Created 20 November, 2019

Description

This project is created to allow users to search for the doctor they wish to see in the given area.

Links:

Github - https://github.com/weidai07/doctor

Setup/Installation Requirements:

  1. Open https://weidai07.github.io/Temp2
  2. Clone repository to local machine (or use as template to open new repo)
  3. Optional: Update title in webpack.config.js
  4. Optional: Update name of project in package in package.json
  5. Optional: Add author info, etc...
  6. TESTING: Add file(s) in tests (Example: file-name.test.js) and import
  7. $ npm install (in the command line interface) to install
  • $ npm run build -when you are ready to build project
  • $ npm run test -for testing with (Jest)
  • $ npm run start -for live server

Specification

This programs will allow its users to search for a doctor by either First Name, Last Name, or a specific Speciality. All the user has to do is to type in his or her area of need into the search bar and a list of doctors will appear on their screen. All of the doctors are in the Portland, Oregan area.

Known Bugs

  • None at this time

Technologies Used:

  • HTML
  • CSS
  • Bootstrap
  • jQuery (Version 3.4.1)
  • JavaScript
  • Jest
  • ESLint
  • npm
  • Webpack
  • babel

License:

Copyright (c) 2019 Wei Dai

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About


Languages

Language:JavaScript 65.6%Language:HTML 17.8%Language:CSS 16.6%