"Moy Calculator ISAMM" is a React application designed to calculate the average grades (Moyenne Générale or "Moy") of students at ISAMM University based on their course grades and credits.
The "Moy Calculator ISAMM" app simplifies the process of calculating a student's average grades by providing a user-friendly interface. It allows ISAMM students to input their course grades along with the corresponding credits for each course. The app then computes and displays the overall Moyenne Générale based on the entered data.
- Grade Input: Students can enter their course grades (in numbers or letters) and credits.
- Moy Calculation: Automatically computes the overall Moyenne Générale based on the entered grades and credits.
- User-Friendly Interface: Intuitive design for easy navigation and input.
- Responsive Design: Optimized for both desktop and mobile devices using React components.
- React
- JavaScript
- HTML
- CSS
- Clone the repository:
git clone https://github.com/FirasKahlaoui/moy-calculator-ISAMM.git
cd moy-calculator-ISAMM
- Install the required dependencies:
npm install
- Start the development server:
npm start
-
Open your web browser and go to http://localhost:3000 to use the Moy Calculator ISAMM app.
-
Enter your course grades and credits, then click on the calculate button to see your Moyenne Générale.
Contributions are welcome! Fork the repository and submit pull requests for any enhancements or bug fixes. Please discuss major changes through issues before making modifications.
This project is licensed under the MIT License.