Skip to content

g-lee2/super-galactic-age-calculator

Repository files navigation

Super-Galactic-Age-Calculator

By Grace Lee

A simple website that allows user to view what their age would be on different planets.

Technologies Used

  • HTML
  • CSS
  • Javascript
  • Bootstrap
  • ESLint
  • Jest
  • Babel

Description

It is a website where a user enters their age and returns what that age would be on four different planets. These four planets are Mercury, Venus, Mars and Jupiter. The user will also fill out the form that asks where the user lives and their gender in order to determine what their life expectancy age is. Once that is determined, it was convert the age to the planet's respective year system, and see if you have lived over that age. If not, it will determine how many more years you have left to live on the respective planet.

Setup/Installation Requirements

  1. Clone the repository: '[https://github.com/g-lee2/super-galactic-age-calculator.git]' to your desktop.
  2. Navigate to the '[super-galactic-age-calculator]' directory on your desktop.
  3. Open with your favorite text editor (Visual Studio Code was used when setting this project up).
  4. To start a development server and view the project in the browser:
  • Navigate to '[super-galactic-age-calculator]' in your command line
  • Run the command "npm install" to install dependencies
  • Optionally, run the command "npm run build" to bundle the files
  • Finally, run the command "npm run start" to start a development server
  1. To run tests, navigate to '[super-galactic-age-calculator]' in your terminal and run the command "npm run test".

Known Bugs

  • No known bugs as of now

License

MIT License

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.

Copyright (c) 2022 Grace Lee

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published