Giter VIP home page Giter VIP logo

appointment-management-system's Introduction

Appointment-Management-System

Front-end web application written in JS to allow customer booking and management of availability/appointments by a business. This is being designed as a project for an existing website so small modifications might be required for implementation on other websites.

Screenshots

  1. Initial user view of the booking panel: Image of Booking Panel

  2. View when a reservation time is clicked by user: Image of Booking Selection

  3. View when user enters reservation information: Image of Booking Dialog

  4. View logging in to management panel: Image of Management Login

  5. View management panel: Image of Management Panel

Installation

  • Download the zip file and unpack into a folder at the directory level your html page is located at.
  1. Add the following lines of code to the head to reference the CSS styles:

    <link rel="stylesheet" href="/stylesheet/jsCalender.css">

    <link rel="stylesheet" href="/stylesheet/jsCalenderclean.css">

    <script type="text/javascript" src="/js/jscalender.js"></script>

  2. Add the following lines of code to the body to reference the JS scripts:

    <script src="/later-master/later.min.js" type="text/javascript"></script>

    <script src="/schedule-master/schedule.min.js" type="text/javascript"></script>

  • The appointment management tool utilizes an SQL database on the localhost to post/get appintment time data. The following configuration is how your SQL database should be configured:
    1. Create tables 'Availability', 'Bookings', and 'Credentials': Image of Tables
    2. Populate columns in 'Availability' as depicted: Image of Availability Table
    3. Populate columns in 'Bookings' as depicted: Image of Bookings Table
    4. Populate columns in 'Credentials' as depicted: Image of Credentials Table

appointment-management-system's People

Contributors

bqr407 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.