👉
A React-based web application designed to help students calculate their current grades for the Baccalaureate exam. The app provides a clear understanding of their academic standing and helps them set realistic goals for success.
- Live Demo
- Features
- Technologies Used
- Installation & Usage
- Preview
- Contributing
- Future Enhancements
- License
👉 Check out the Bac Note Calculator here
- Calculate the required points in the final baccalaureate exam to obtain the baccalaureate.
- Calculate real-time grades for Baccalaureate students.
- User-friendly interface for inputting grades and weights.
- Provides insights into current academic performance.
- Helps students identify goals for success.
- Fully responsive design for desktop and mobile users.
- Frontend: React, CSS
- Deployment: GitHub Pages
- Containerization: Docker, Docker Compose
Clone the repository:
git clone https://github.com/yettabaa/Bac-Note-Calculator.git
cd Bac-Note-Calculator
Run the following command to build and start the application:
docker-compose up --build
Access the app at: http://localhost:3000/Bac-Note-Calculator.
Install dependencies:
npm install
Start the development server:
npm start
Access the app at: http://localhost:3000.
Contributions are welcome! If you have suggestions for improving this project, feel free to fork the repository and submit a pull request.
- Fork the repo.
- Create a new branch.
git checkout -b feature-branch-name
- Commit changes.
git commit -m "Description of changes"
- Push to your branch.
git push origin feature-branch-name
- Open a pull request.
- Add grade prediction based on past performance.
- Support multiple grading systems.
- Provide statistical insights and personalized recommendations.
This project is licensed under the MIT License.