https://github.com/i0sys/votecounter
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.
https://github.com/i0sys/votecounter
javascript jquery php postgresql tailwindcss
Last synced: about 1 year ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/i0sys/votecounter
- Owner: i0sys
- Created: 2023-04-17T11:21:42.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-07T17:04:33.000Z (about 3 years ago)
- Last Synced: 2025-02-28T21:11:00.509Z (over 1 year ago)
- Topics: javascript, jquery, php, postgresql, tailwindcss
- Language: PHP
- Homepage:
- Size: 72.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### CSC 350 - Final Project
### Author: Almir Redzematovic
## Overview

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.

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