Skip to content

This code is a simple HTML form that allows a user to input scores for various skills. The form includes separate inputs for each skill's "Developing" and "Accomplished" scores, as well as a "Total Score" input that updates automatically based on the scores input for each skill.

Notifications You must be signed in to change notification settings

iamalmiir/voteCounter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSC 350 - Final Project

Author: Almir Redzematovic

Overview

Screenshot of the form with input values

This code is a simple HTML form that allows a user to input scores for various skills. The form includes separate inputs for each skill's "Developing" and "Accomplished" scores, as well as a "Total Score" input that updates automatically based on the scores input for each skill.

Screenshot of the form

The JavaScript code for the form includes several functions, such as limiting the input value for each skill to a certain range of numbers and disabling one input when the other input has a value. Additionally, the JavaScript code updates the "Total Score" input whenever a score input changes.

How to Run

To use this code, you can copy and paste the HTML and JavaScript code into your own HTML file. You can customize the skill names and score ranges to fit your needs. Note that this code uses jQuery, so you will need to include the jQuery library in your HTML file as well.

License

This code is licensed under the MIT License. See the LICENSE file for more information.

Acknowledgements

This code was written as part of the final project for CSC 350 - Software Development at the Borough of Manhattan Community College.

Tech Stack

  • PHP
  • HTML5
  • JavaScript
  • jQuery
  • Tailwind CSS
  • PostgreSQL

About

This code is a simple HTML form that allows a user to input scores for various skills. The form includes separate inputs for each skill's "Developing" and "Accomplished" scores, as well as a "Total Score" input that updates automatically based on the scores input for each skill.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages