Introduction
Welcome to the distance calculator ecosystem. the primary purpose is of this project is to provide the worlds most user friendly distance calculator between two given airports. The project is composed of three parts: a frontend application used to display the distance calculator, a application that contains the files necessary to create the special konami code developer mode application embedded within the frontend application, and the files that contain this documentation.
Calculator Package
The calculator package consists of a single point of entry index.html
Features
Links
Developer Package
The developer mode package is created with vuejs and embedded into the the main frontend application by using web component technologies.
Features
Links
Docs Package
The Documents for this project are created by using VuePress. VuePress is composed of two parts: a minimalistic static site generator with a Vue-powered theming system and Plugin API, and a default theme optimized for writing technical documentation. It was created to support the clarity in using the different parts of this project.
Each page generated by VuePress has its own pre-rendered static HTML, providing great loading performance and is SEO-friendly. Once the page is loaded, however, Vue takes over the static content and turns it into a full Single-Page Application (SPA). Additional pages are fetched on demand as the user navigates around the