Super Galaxy Age Calculator

Super Galaxy Age Calculator for Epicodus, 3.22.2019

By Young Liu

Description

This website will allow the user to find out how old they are in terms of the year lengths of different planets.

Specifications

  • Website will allow user to enter their age and information and receive an output.
    • Example input: User enters their age, and fills out various information about themselves.
    • Example output: Information will be outputted bout their age on various planets, and how long they have left to live.
  • Website will calculate and display their age in Mercury years.
    • Example input: User enters their age, and fills out various information about themselves.
    • Example output: Information will be displayed about their age in terms of Mercury years.
  • Website will calculate and display their age in Venus years.
    • Example input: User enters their age, and fills out various information about themselves.
    • Example output: Information will be displayed about their age in terms of Venus years.
  • Website will calculate and display their age in Mars years.
    • Example input: User enters their age, and fills out various information about themselves.
    • Example output: Information will be displayed about their age in terms of Mars years.
  • Website will calculate and display their age in Jupiter years.
    • Example input: User enters their age, and fills out various information about themselves.
    • Example output: Information will be displayed about their age in terms of Jupiter years.
  • Website will calculate and display the users expected life expectancy based on information they have inputted.
    • Example input: User enters their age, and fills out various information about themselves.
    • Example output: Website will calculate and display their life expectancy.
  • Website will calculate and display their life expectancy in Mercury years.
    • Example input: User enters their age, and fills out various information about themselves.
    • Example output: Website will calculate and display their life expectancy in Mercury years.
  • Website will calculate and display their life expectancy in Venus years.
  • Example input: User enters their age, and fills out various information about themselves.
  • Example output: Website will calculate and display their life expectancy in Venus years.
  • Website will calculate and display their life expectancy in Mars years.
    • Example input: User enters their age, and fills out various information about themselves.
    • Example output: Website will calculate and display their life expectancy in Mars years.
  • Website will calculate and display their life expectancy in Jupiter years.
    • Example input: User enters their age, and fills out various information about themselves.
    • Example output: Website will calculate and display their life expectancy in Jupiter years.

Setup/Installation Requirements

  • Clone this Repository ($ git clone https://github.com/youngzliu/SuperGalaxyAgeCalculator name)
  • Change into the work directory ($ cd SuperGalaxyAgeCalculator)
  • To edit the project, open the project in your preferred text editor.
  • To run the website, navigate to the directory of SuperGalaxyAgeCalculator, and then install, build and start ($ cd SuperGalaxyAgeCalculator; $ npm install; $ npm run build; $ npm run start)
  • To run the tests, use this command: $ npm test

Support and contact details

For support find me at Epicodus.

Technologies Used

This website was created using Node.js, Node.js package manager, Webpack, ES6, Bootstrap, CSS, HTMl, UglifyJS, ESLint, jQuery, Jasmine, Karma, and Babel.

License

MIT License

Copyright (c) 2019 Young Liu

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.