Super Galactic Age Calculator

Calculate's users age in solar years for various planets, 4/16/21

By Thomas Russell

Description

This application takes a user's inputted age and returns their age in solay years for the planets Mercury, Venus, Mars, and Jupiter. It also calculates the user's life expectancy on each planet.

Setup/Installation Requirements

Prerequisites

Installation

  1. Clone the repository: $ git clone https://github.com/tprussell19/age-calculator
  2. Navigate to the age-calculator/ directory on your computer
  3. Open with your preferred text editor to view the code base
  4. To start a development server and view the project in the browser:
    • Navigate to age-calculator/ in your command line
    • Run the command npm install to install dependencies
    • Optionally, run the commmand npm run build to make a bundle of the files
    • Finally, run the command npm run start to start a development server
  5. To run tests, navigate to age-calculator/ in your terminal and run the command npm run test

Tests/Specs

View test results in project directory by running npm run test.

Known Bugs

  • No known bugs

Contact

Please contact through Github

Technologies Used

  • HTML
  • CSS
  • Bootstrap
  • JavaScript
  • jQuery
  • VSCode
  • webpack
  • eslint
  • babel transpiler
  • Jest testing

License

MIT License.

Copyright (c) 2021 Thomas Russell