Giter Club home page Giter Club logo

language-suggester's Introduction

Programming Language Suggester

By Ryan Ashby

This program helps you pick a programming language to study based upon your input in form fields

Link to the Site

Technologies Used

  • VS Code Software
  • Github
  • Google Chrome Browser
  • HTML
  • CSS
  • Markdown
  • Bootstrap
  • JavaScript
  • jQuery

Description

This simply program provides a user with a series of input fields (including their age, date of birth, favorite color, favorite podcast, and favorite cereal), and asks the user to enter their data into the forms, and submit the results via a submit button at the bottom of the page. Once submitted, the program with spit out a suggested programming language for the user to study; in this case, either C#, JavaScript, or Python, based upon the input they provided to the site.

Setup/Installation Requirements

  • In order to utilize this page, you will need to clone a copy of this repository to your workspace using the "$ git clone {url}" in your coding terminal.
  • Once cloned you will need software to edit and further contribute to the code. You can download the free code editor, VS Code, at https://code.visualstudio.com/.
  • Once installed, open the folder of the cloned repository, with will contain the HTML index, bootstrap.css and jQuery.js files, along with separate style and script pages for more personal edits.
  • You can now open each of the individual files and edit them as you see git on VS Code.
  • To open the cloned project, simply go to the folder/directory you to which you cloned the project, and open the index.html file in your browser.
  • As you add, edit, and change your code, the command "$ git status" will inform you what has been recently altered in the git.
  • Once any changes are made, utilize the command "$ git add ." to add the necessary files to be committed
  • To commit any changes, use the command "$ git commit -m "description of what was altered for ease of reference."
  • _For example, the command "$ git commit -m "create initial html and style sheet pages," would be a short and concise example of a good initial commit to save your work.
  • The command "$ git log" will show the history of the commits that have been made. If the list is long, you may need to type the letter "Q" on your keyboard to return to your code terminal.
  • If you'd like, you can sign up for own Github account, so you can store any works of your own to share and/or publish, which can be done for free at https://github.com/_.
  • Once you have your Github account, you can create your own repositories to share with others and publish as you see fit.
  • Create a way to save your changes to your own personal Github account by adding a remote to your page via the command "$ git remote add {nickname for your remote} {url of your Github repository}."
  • _For example, the command "$ git remote add ra https://github.com/rjashby/interior-decorator," would add a new remote called "ra" located at "https://github.com/rjashby/interior-decorator".
  • To "push" and save the changes to your Github repository, use the command "$git push {nickname for your remote} {url of your Github repository}." *"Pushing" your commits saves them to the cloud server on Github, and allows you (or someone else) to clone down your saved repository in the same manner provided above.

Known Bugs

  • No Known Bugs

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) October 22, 2021, Ryan Ashby

language-suggester's People

Contributors

rjashby avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.