A simple University Grade System built with HTML, CSS, and JavaScript. This system allows users to input grades for their subjects and calculates the total score with a corresponding letter grade (A, B, C, etc.). It provides an easy way to manage and track academic performance.
- Input Grades: Users can input grades for various subjects.
- Grade Calculation: Automatically calculates the total score and displays the corresponding letter grade (A, B, C, etc.).
- Responsive Design: Adapts seamlessly to different screen sizes.
- User-Friendly Interface: Simple and intuitive design to easily track and calculate grades.
Experience GradeVista, a powerful grade management tool for Computer Engineering students at Pokhara University. Track your grades, calculate GPAs, and visualize progress with ease. Check it out live on Explore Demo.
- A web browser (Chrome, Firefox, Safari, etc.).
- No backend setup is required; this project uses only front-end technologies.
-
Clone the repository to your local machine:
git clone https://github.com/binayakbartaula11/uni-grade-system.git
-
Navigate to the project directory:
cd uni-grade-system
-
Open the
index.html
file in your web browser.
The site is now ready to use without the need for any server setup.
- Open the project in your browser.
- Enter your grades for different subjects in the input fields.
- Click on the "Evaluate" button to see the final score and letter grade.
- View the letter grade based on the calculated total score.
index.html
: The main HTML file that structures the grade input form and displays the result.
style.css
: Contains the main styles for the web page, including layout and design.
script.js
: Contains the logic for grade calculation, handling user input, and updating the user interface with the final grade.
Contributions are welcome! If you'd like to contribute, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or fix.
- Make your changes.
- Create a pull request with a description of your changes.
- Inspired by simple academic grading systems used in universities.
- Uses Google Fonts for better typography.