Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.39 KB

README.md

File metadata and controls

34 lines (26 loc) · 1.39 KB

Application name:

Programming Language Suggester.

Names of contributors

Harold Mesa.

Description:

A survey that suggest users what Programming Language to study based on the answers they provide.

Link to site on GitHub Pages:

Please click here

Technologies used:

HTML, CSS, Bootstrap and JavaScript.

Application setup instructions:

  1. Clone this repository to your desktop.
  2. Navigate to the top level of the directory.
  3. Open index.html in your browser.
  4. Complete survey.
  5. When submitting: a) If the user doesn't type in their name or doesn't select an option from the dropdown menu, an error messages will display in the page. b) Else, if after initial succesfull submision the user doesn't type in their name or doesn't select an option from the dropdown menu again, an error messages will display in the page and the previous suggested language wil be removed from the page. c) Else if the input average is >= 3 and <= 8, the Programming Language Suggester will suggest JavaScript. d) Else if the input average is > 8 and < 15, the Programming Language Suggester will suggest C#. e) Else, the Programming Language Suggester will suggest Python.

Known bugs

The branching for the program works.

License

(MIT) https://en.wikipedia.org/wiki/MIT_License Copyright (c) Aug 24, 2022 Harold Mesa