Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1 KB

README.md

File metadata and controls

35 lines (24 loc) · 1 KB

Super Galactic Age Calculator

Calculate your age and the time between your current age and a past or future age on depending on the solar years of a few different planets.

By Sarah Reimann

Technologies Used

  • JavaScript
  • HTML
  • Webpack
  • npm
  • Babel
  • ESLint
  • Jest

Description

Enter your earth age and learn what your age would be in Mercury, Venus, Mars, and Jupiter years. Enter a future or past age and learn how many Mercury, Venus, Mars, or Jupiter years have elapsed or will pass since you were the past age or until you are the future age.

Setup/Installation Requirements

  • Clone this repository to your desktop
  • Install all packages with $ npm install.
  • Build project using webpack with $ npm run build
  • Start a development server with $ npm run start
  • Lint JS files in the src folder with $ npm run lint
  • Run tests with Jest using $ npm run test

Known Bugs

  • It will continue to output no matter how many times you click the buttons.

License

Copyright (c) Sarah Reimann