Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/firaskahlaoui/moy-calculator-isamm
"Moy Calculator ISAMM" is a React application designed to calculate the average grades (Moyenne Générale or "Moy") of students at ISAMM University
https://github.com/firaskahlaoui/moy-calculator-isamm
css3 html5 react
Last synced: about 5 hours ago
JSON representation
"Moy Calculator ISAMM" is a React application designed to calculate the average grades (Moyenne Générale or "Moy") of students at ISAMM University
- Host: GitHub
- URL: https://github.com/firaskahlaoui/moy-calculator-isamm
- Owner: FirasKahlaoui
- License: mit
- Created: 2023-09-06T00:53:01.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-23T21:51:38.000Z (5 months ago)
- Last Synced: 2024-06-23T22:43:52.550Z (5 months ago)
- Topics: css3, html5, react
- Language: JavaScript
- Homepage: http://isammgrade.tn/
- Size: 31.3 MB
- Stars: 11
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Moy Calculator ISAMM
"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.
## About This Project
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.
## Features
- **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.## Technologies Used
- React
- JavaScript
- HTML
- CSS## Installation
1. Clone the repository:
```bash
git clone https://github.com/FirasKahlaoui/moy-calculator-ISAMM.git
cd moy-calculator-ISAMM
```2. Install the required dependencies:
```bash
npm install
```## Usage
1. Start the development server:
```bash
npm start
```2. Open your web browser and go to [http://localhost:3000](http://localhost:3000) to use the Moy Calculator ISAMM app.
3. Enter your course grades and credits, then click on the calculate button to see your Moyenne Générale.
## Contributing
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.
## License
This project is licensed under the MIT License.