An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

### CSC 350 - Final Project

### Author: Almir Redzematovic

## Overview

![Screenshot of the form with input values](https://res.cloudinary.com/iamalmiir/image/upload/v1681787515/Screenshot_2023-04-17_231111_ik47aj.png)

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](https://res.cloudinary.com/iamalmiir/image/upload/v1681787380/csc350FinalProject_clkjsd.png)

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