This is a Programming Language Suggester

Author

Deante Cacatian

To Clone this repository:

  1. Go to the main page
  2. Click on the CODE button
  3. Copy the URL to the repository
  4. Open Git Bash (or whichever terminal is appropiate for your OS)
  5. Change your directory to where you want to add the cloned remote repository (use the commannd cd ex. \fie_path\destination)
  6. Type this in Git Bash: git clone https://github.com/Debuto/Independent-Project-2.git
  7. Press ENTER output should look similiar to below:

$ git clone https://github.com/YOUR-USERNAME/YOUR-REPOSITORY

Cloning into Spoon-Knife... remote: Counting objects: 10, done. remote: Compressing objects: 100% (8/8), done. remove: Total 10 (delta 1), reused 10 (delta 1) Unpacking objects: 100% (10/10), done.


Followed by Application setup instructions:


Download a zip or clone repository in desired local directory. Open with VScode or appropiate software. Run with Live server, the result should be a HTML file with a survey to recommend a language to learn for coding.



Description:

This is Deante's 2nd portfolio project with Epicodus! Epicodus and coding partners from weekly lessons for knnnowledge of HTML This HTML will display a simple webpage

Link to site on GitHub Pages: https://github.com/Debuto/Independennt-Project-2.git



Technologies used:

Known bugs:

Unable to resolve attaching selected values to function to prevent loading of submit button (requiring most likely a boolean type rule.) Random generator for language array suggestion will not merge correctly to existing code, hence commented out at the moment on JS file.

Copyright (c) <2023>

  • 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.