https://github.com/giriraj-g0511/cgpa2percentage
The CGPA-to-Percentage Converter is a web tool for Maharashtra students to convert CGPA into percentage using university-specific formulas. Each university has a dedicated page, allowing users to input their CGPA for instant results. This open-source tool helps students understand their academic performance better.
https://github.com/giriraj-g0511/cgpa2percentage
cgpa cgpa-calculator cgpa2percentage cgpa2percentage-calculator cgpatopercentage css3 giriraj-g0511 html5 javascript percentage percentage-calculator
Last synced: 28 days ago
JSON representation
The CGPA-to-Percentage Converter is a web tool for Maharashtra students to convert CGPA into percentage using university-specific formulas. Each university has a dedicated page, allowing users to input their CGPA for instant results. This open-source tool helps students understand their academic performance better.
- Host: GitHub
- URL: https://github.com/giriraj-g0511/cgpa2percentage
- Owner: giriraj-g0511
- License: mit
- Created: 2024-10-30T07:43:36.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-10-30T09:10:07.000Z (6 months ago)
- Last Synced: 2025-02-11T21:11:52.453Z (3 months ago)
- Topics: cgpa, cgpa-calculator, cgpa2percentage, cgpa2percentage-calculator, cgpatopercentage, css3, giriraj-g0511, html5, javascript, percentage, percentage-calculator
- Language: HTML
- Homepage: https://cgpa2percentage.netlify.app/
- Size: 23.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🎓 **CGPA to Percentage Conversion Website**
Welcome to the **CGPA to Percentage Conversion** website! This tool helps students from Maharashtra's top universities convert their CGPA scores to percentage values using accurate, university-specific formulas. 🎉
## 🌟 **Project Overview**
The site provides easy-to-use CGPA-to-percentage conversion calculators for **10 top universities across Maharashtra**:
1. **IIT Bombay** 🏛️ - Engineering, Science, and Technology
2. **Institute of Chemical Technology, Mumbai** ⚗️ - Chemical Engineering and Technology
3. **Savitribai Phule Pune University** 📚 - Diverse fields including Science, Arts, and Commerce
4. **DBATU (Dr. Babasaheb Ambedkar Technological University)** 🔧 - Engineering, Technology, and Research
5. **University of Mumbai** 🎨 - Arts, Science, Commerce, Law, and Engineering
6. **Symbiosis International (Deemed University)** 📈 - Management, Law, and Humanities
7. **Dr. Babasaheb Ambedkar Marathwada University** 📜 - Arts, Science, and Commerce
8. **Shivaji University, Kolhapur** 🌄 - Arts, Commerce, and Technology
9. **Bharati Vidyapeeth (Deemed University)** 🏥 - Management, Medicine, and Engineering
10. **MIT World Peace University, Pune** 🌍 - Engineering, Management, and Liberal Arts---
## 📁 **Project Structure**
```
├── index.html # Main homepage listing all supported universities
├── university_pages/ # Folder containing individual university pages
│ ├── IITM.html # Page for IIT Bombay
│ ├── ICTM.html # Page for Institute of Chemical Technology, Mumbai
│ └── ...
├── icon/ # Folder with university icon images
├── bgImg/ # Background images
├── PDF/ # Supporting documents as PDFs
├── Img/ # University-specific backgrounds
└── README.md # Project documentation file
```---
## 🖥️ **Technologies Used**
- **HTML & CSS** 🎨: For page structure and styling
- **JavaScript** ⚙️: For handling conversion calculations
- **Images & Icons** 🖼️: University logos and visual assets---
## 🚀 **Getting Started**
### 1. **Clone the Repository**
Clone this project to your local machine:
```bash
git clone
```### 2. **File Structure Setup**
Ensure the folder structure as described above, keeping all images, icons, and PDFs in their respective folders.### 3. **Run the Project**
Open `index.html` in your preferred browser to access the site.---
## 🔍 **Usage Guide**
1. **Homepage** (`index.html`):
- Browse the list of universities 🏫.
- Click on your university to go to its dedicated conversion page.2. **University-Specific Pages**:
- Enter your CGPA in the input field and click **Calculate** 🖱️.
- The equivalent percentage will appear at the top of the page.
- A **PDF link** is provided with each page to verify the conversion formula used.---
## 📈 **Future Improvements**
- **Responsive Design** 📱: Optimizing for mobile and tablet users.
- **Backend Integration** 🗄️: Logging conversions (optional).
- **More Universities** 🎓: Expanding to cover additional universities across India.---
## 📜 **License**
MIT License
```
MIT LicenseCopyright (c) Giriraj Gurav CGPA to Percentage Conversion Website
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.
```---
> Developed and maintained by Giriraj Gurav. Contributions welcome!