A web-based tool to help students calculate their final classification based on the University of East London's classification scheme.
- User-friendly interface for inputting module grades and credits.
- Instant calculation of the final classification.
- Detailed breakdown of the classification scheme.
- Open Source - contributions welcome!
- Clone the repository:
git clone https://github.com/lucian-duta/classification_calc.git
- Navigate to the project directory:
cd classification-calculator
- Install dependencies:
yarn install
or
npm install
- Start the development server:
yarn start
or
npm start
Visit http://localhost:5173
in your browser.
This project is open source, and contributions are always welcome! Whether you're looking to fix bugs, add features, or improve documentation, we appreciate all help. For a detailed contribution guide, please check CONTRIBUTING.
This project is licensed under the MIT License - see the LICENSE file for details.
- This calculator is based on the University of East London's classification scheme.
- Thanks to all contributors who help improve this tool!