This project is a GPA calculator for NEB students studying in grade 11 and 12. It allows students to calculate their GPA based on their marks or GPA for individual subjects.
- Calculate GPA based on marks or GPA for individual subjects.
- Supports both Science and Management streams.
- Provides detailed GPA calculation for each subject.
- Responsive design for mobile and desktop devices.
- Clone the repository:
git clone https://github.com/yourusername/neb_gpa_calculator.git
- Navigate to the project directory:
cd neb_gpa_calculator
- Install the dependencies:
npm install
- Start the development server:
npm run dev
- Open your browser and navigate to
http://localhost:5000
.
src/App.svelte
: Main application component.src/lib/Calculate.svelte
: Component for GPA calculation.src/lib/Stream.svelte
: Component for selecting the stream (Science or Management).src/stores.js
: Svelte store for managing the selected course.src/app.css
: Global CSS styles.
Contributions are welcome! Please open an issue or submit a pull request for any changes.
This project is licensed under the MIT License. See the LICENSE file for details.
- Svelte
- MathJax
- Google Tag Manager