This is a simple grade calculator that calculates the final grade of a student based on the marks obtained in the exams. This project is built using Reactjs.
- Add a new subject
- Delete a subject
- Update marks of a subject
- Calculate the GPA based on the marks obtained
- Calculate semester wise SGPA and CGPA
- Clone the repository
git clone https://github.com/AbdurRaahimm/Grade-Calculator.git
- Change the directory
cd Grade-Calculator
- Install the dependencies
npm install
- Run the application
npm run dev
- Open the browser and go to http://localhost:5173/
- Reactjs - A JavaScript library for building user interfaces
- Vite - A build tool that aims to provide a faster and leaner development experience for modern web projects
- Tailwind CSS - A utility-first CSS framework for rapidly building custom designs
- React Router - Declarative routing for React.js
This project is licensed under the MIT License - see the LICENSE file for details
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.