{"id":22509651,"url":"https://github.com/yettabaa/bac-note-calculator","last_synced_at":"2026-04-18T02:32:02.335Z","repository":{"id":263034201,"uuid":"784913446","full_name":"yettabaa/Bac-Note-Calculator","owner":"yettabaa","description":"Bac Note Calculator is a React-based web application designed to help students calculate their current grades for the Baccalaureate exam. This app is ideal for students preparing for the Baccalaureate, offering a clear understanding of their current academic standing and the goals they need to achieve success.","archived":false,"fork":false,"pushed_at":"2024-11-19T21:40:48.000Z","size":1523,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-28T00:28:14.911Z","etag":null,"topics":["bac","calculator","calculator-bac","react","webapp"],"latest_commit_sha":null,"homepage":"https://yettabaa.github.io/Bac-Note-Calculator/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yettabaa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-04-10T20:11:12.000Z","updated_at":"2025-02-06T14:08:10.000Z","dependencies_parsed_at":"2025-03-28T00:37:20.478Z","dependency_job_id":null,"html_url":"https://github.com/yettabaa/Bac-Note-Calculator","commit_stats":null,"previous_names":["yettabaa/bac-note-calculator"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yettabaa/Bac-Note-Calculator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yettabaa%2FBac-Note-Calculator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yettabaa%2FBac-Note-Calculator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yettabaa%2FBac-Note-Calculator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yettabaa%2FBac-Note-Calculator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yettabaa","download_url":"https://codeload.github.com/yettabaa/Bac-Note-Calculator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yettabaa%2FBac-Note-Calculator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31953770,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"online","status_checked_at":"2026-04-18T02:00:07.018Z","response_time":103,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bac","calculator","calculator-bac","react","webapp"],"created_at":"2024-12-07T01:29:59.667Z","updated_at":"2026-04-18T02:32:02.316Z","avatar_url":"https://github.com/yettabaa.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# **Bac Note Calculator**\n👉\n[![Live Demo](https://img.shields.io/badge/Live-Demo-brightgreen)](https://yettabaa.github.io/Bac-Note-Calculator)  \nA 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.\n\n---\n\n## **Table of Contents**\n1. [Live Demo](#live-demo)\n2. [Features](#features)\n3. [Technologies Used](#technologies-used)\n4. [Installation \u0026 Usage](#installation--usage)\n5. [Preview](#preview)\n6. [Contributing](#contributing)\n7. [Future Enhancements](#future-enhancements)\n8. [License](#license)\n\n---\n\n## **1. Live Demo**\n👉 [Check out the Bac Note Calculator here](https://yettabaa.github.io/Bac-Note-Calculator)\n\n---\n\n## **2. Features**\n- Calculate the required points in the final baccalaureate exam to obtain the baccalaureate.\n- Calculate real-time grades for Baccalaureate students.\n- User-friendly interface for inputting grades and weights.\n- Provides insights into current academic performance.\n- Helps students identify goals for success.\n- Fully responsive design for desktop and mobile users.\n\n---\n\n## **3. Technologies Used**\n- **Frontend**: React, CSS\n- **Deployment**: GitHub Pages\n- **Containerization**: Docker, Docker Compose\n\n---\n\n## **4. Installation \u0026 Usage**\n\n### **Run Locally**\nClone the repository:\n\n```bash\ngit clone https://github.com/yettabaa/Bac-Note-Calculator.git\ncd Bac-Note-Calculator\n````\n### **Using Docker Compose**\nRun the following command to build and start the application:\n\n```bash\ndocker-compose up --build\n````\nAccess the app at: [http://localhost:3000/Bac-Note-Calculator](http://localhost:3000/Bac-Note-Calculator).\n\n### **Without Docker**\n\nInstall dependencies:\n\n```bash\nnpm install\n````\n\nStart the development server:\n\n```bash\nnpm start\n````\n\nAccess the app at: [http://localhost:3000](http://localhost:3000/Bac-Note-Calculator).\n## **5. Preview**\n![App Preview](https://github.com/yettabaa/Bac-Note-Calculator/blob/main/Bac-Note-Calculator.gif)\n\n---\n\n## **6. Contributing**\nContributions are welcome! If you have suggestions for improving this project, feel free to fork the repository and submit a pull request.\n1. Fork the repo.\n2. Create a new branch.\n```bash\ngit checkout -b feature-branch-name\n````\n3. Commit changes.\n```bash\ngit commit -m \"Description of changes\"\n````    \n4. Push to your branch.\n```bash\ngit push origin feature-branch-name\n\n````\n5. Open a pull request.\n\n---\n\n## **7. Future Enhancements**\n- Add grade prediction based on past performance.\n- Support multiple grading systems.\n- Provide statistical insights and personalized recommendations.\n\n---\n\n## **8. License**\nThis project is licensed under the [MIT License](LICENSE).\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyettabaa%2Fbac-note-calculator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyettabaa%2Fbac-note-calculator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyettabaa%2Fbac-note-calculator/lists"}