{"id":31554830,"url":"https://github.com/mukeshlilawat1/cpp-projects","last_synced_at":"2025-10-04T21:15:14.816Z","repository":{"id":268722824,"uuid":"905245718","full_name":"mukeshlilawat1/Cpp-Projects","owner":"mukeshlilawat1","description":"This is a basic C++ project developed to practice fundamental concepts of C++ programming such as data types, conditionals, loops, functions, file handling, and object-oriented programming. The project runs on the command line and is easy to understand for beginners.","archived":false,"fork":false,"pushed_at":"2025-09-25T14:48:07.000Z","size":336,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-25T16:38:52.995Z","etag":null,"topics":["cpp","cpp-library"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mukeshlilawat1.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-12-18T12:51:53.000Z","updated_at":"2025-09-25T14:48:11.000Z","dependencies_parsed_at":"2025-09-25T16:38:56.837Z","dependency_job_id":null,"html_url":"https://github.com/mukeshlilawat1/Cpp-Projects","commit_stats":null,"previous_names":["mukeshlilawat1/c-projects","mukeshlilawat1/cpp-projects"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mukeshlilawat1/Cpp-Projects","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mukeshlilawat1%2FCpp-Projects","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mukeshlilawat1%2FCpp-Projects/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mukeshlilawat1%2FCpp-Projects/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mukeshlilawat1%2FCpp-Projects/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mukeshlilawat1","download_url":"https://codeload.github.com/mukeshlilawat1/Cpp-Projects/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mukeshlilawat1%2FCpp-Projects/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278373516,"owners_count":25976150,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-04T02:00:05.491Z","response_time":63,"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":["cpp","cpp-library"],"created_at":"2025-10-04T21:15:11.243Z","updated_at":"2025-10-04T21:15:14.807Z","avatar_url":"https://github.com/mukeshlilawat1.png","language":"C++","readme":"\u003c!-- Logo / Banner Section --\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://en.wikipedia.org/wiki/C%2B%2B\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n    \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/1/18/ISO_C%2B%2B_Logo.svg\" alt=\"C++ Programming Language\" width=\"120\" height=\"120\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\n\n\u003ch1 align=\"center\"\u003e💻 Cpp-Projects\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\n  A collection of beginner-friendly and real-world C++ language projects to strengthen your programming fundamentals.\n\u003c/p\u003e\n\n---\n\n## 🧠 Overview\n\nThis repository contains a set of small to medium-sized projects written in the C++ programming language. These are ideal for beginners and intermediate learners to:\n\n- Practice basic programming skills\n- Understand project structure and logic\n- Learn real-world applications of C++\n- Prepare for college assignments or mini-projects\n\n---\n\n## 🛠 Technologies Used\n\n- **C++ Language**\n- **GCC Compiler**\n- **Command Line Interface (CLI)**\n- **Any C++-supported IDE (VS Code, Turbo C++, Code::Blocks, etc.)**\n\n---\n\n## 📁 Project List\n\n| Project Name                         | Description                                                  |\n|--------------------------------------|--------------------------------------------------------------|\n| ✈️ Airlines Reservation System       | Simulates a basic airline ticket booking system              |\n| 🏥 Hospital Management               | Patient data and record management system                    |\n| 🛒 Online Shopping System            | Product purchasing and billing application                   |\n| ☎️ Phone Book Management System     | Add, view, search, and delete contacts using file handling   |\n| 🧾 Student Report Card Management   | Manage student marks, grades, and performance reports        |\n\n---\n\n## 🚀 How to Run\n\n1. **Clone this repository:**\n   ```bash\n   git clone https://github.com/mukeshilawat1/C-Projects.git\n   cd C-Projects\n\n ##  🎯 Learning Objectives\n➡️By working with these projects, you will:\n\u003cbr/\u003e\n➡️Reinforce your understanding of C++ syntax and logic\n\u003cbr/\u003e\n➡️Learn how to handle files and manage data\n\u003cbr/\u003e\n➡️Improve your problem-solving skills\n\u003cbr/\u003e\n➡️Understand how real-world console apps are built\n\u003cbr/\u003e\n➡️Build confidence for interviews or coursework\n\n## 🙌 Contributions\n➡️Contributions are always welcome! You can:\n\u003cbr/\u003e\n➡️Add new projects\n\u003cbr/\u003e\n➡️Fix bugs or suggest improvements\n\u003cbr/\u003e\n➡️Enhance code readability or documentation\n\u003cbr/\u003e\n➡️To contribute:\n\u003cbr/\u003e\n➡️Fork the repo\n\u003cbr/\u003e\n➡️Create a new branch\n\u003cbr/\u003e\n➡️Make your changes\n\u003cbr/\u003e\n➡️Submit a pull request\n\n## 📄 License\nThis project is licensed under the **MIT License**.\n\n## 📬 Connect with Me\n## Made with ❤️ by Mukesh Lilawat\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmukeshlilawat1%2Fcpp-projects","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmukeshlilawat1%2Fcpp-projects","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmukeshlilawat1%2Fcpp-projects/lists"}