{"id":16343026,"url":"https://github.com/sukhmancs/caffeinated-java","last_synced_at":"2025-11-05T14:30:35.709Z","repository":{"id":218181843,"uuid":"745786326","full_name":"sukhmancs/caffeinated-java","owner":"sukhmancs","description":"☕ Welcome to the Java Projects Repository! This repository houses a diverse collection of Java projects showcasing various programming concepts, applications, and utilities.","archived":false,"fork":false,"pushed_at":"2024-01-20T09:00:44.000Z","size":133,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-27T13:46:06.284Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","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/sukhmancs.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-01-20T06:10:17.000Z","updated_at":"2024-01-20T21:24:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"39de2bff-26b3-4f3d-b509-7474b7b74c41","html_url":"https://github.com/sukhmancs/caffeinated-java","commit_stats":{"total_commits":7,"total_committers":2,"mean_commits":3.5,"dds":0.1428571428571429,"last_synced_commit":"12f62312cfbfc2b655c0b5cd38957667c52cbc4d"},"previous_names":["sukhmancs/caffeinated-java"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sukhmancs%2Fcaffeinated-java","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sukhmancs%2Fcaffeinated-java/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sukhmancs%2Fcaffeinated-java/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sukhmancs%2Fcaffeinated-java/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sukhmancs","download_url":"https://codeload.github.com/sukhmancs/caffeinated-java/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239461808,"owners_count":19642642,"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","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":[],"created_at":"2024-10-11T00:05:55.543Z","updated_at":"2025-02-18T11:28:00.067Z","avatar_url":"https://github.com/sukhmancs.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv id=\"header\" align=\"center\"\u003e\n  \u003c!--\u003cimg src=\"https://media.giphy.com/media/v1.Y2lkPTc5MGI3NjExOGYyZTUyYjAwNGYwZDk0M2EwNGNiYWZjMTg2N2Y2ZGVhZDYyOTZlMSZjdD1z/HwBlFQZFcAoUcPHZdX/giphy.gif\" width=\"100\"/\u003e--\u003e\n   \u003cdiv class=\"gif-container\"\u003e\n     \u003cimg src=\"https://media.giphy.com/media/xBTSwCTFkgfcdTjHMz/giphy.gif\" width=\"150\"/\u003e\n   \u003c/div\u003e\n  \n  \u003cdiv id=\"badges\"\u003e\n    \u003ca href=\"https://www.linkedin.com/in/singh-sukhmanjeet/\"\u003e\n      \u003cimg src=\"https://img.shields.io/badge/LinkedIn-blue?style=for-the-badge\u0026logo=linkedin\u0026logoColor=white\" alt=\"LinkedIn Badge\"/\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://www.reddit.com/user/sukhmang\"\u003e\n      \u003cimg src=\"https://img.shields.io/badge/Reddit-white?style=for-the-badge\u0026logo=reddit\u0026logoColor=red\" alt=\"Reddit Badge\"/\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://twitter.com/mijugilo\"\u003e\n      \u003cimg src=\"https://img.shields.io/badge/Twitter-blue?style=for-the-badge\u0026logo=twitter\u0026logoColor=white\" alt=\"Twitter Badge\"/\u003e\n    \u003c/a\u003e\n  \u003c/div\u003e  \n  \u003ch1\u003e\n    ☕ Java Object-Oriented Programming Showcase    \n  \u003c/h1\u003e\n\u003c/div\u003e\n\n🙋‍♂️ Welcome to the Java Object-Oriented Programming Showcase! This repository is a hands-on collection of Java projects designed to demonstrate and reinforce key principles of object-oriented programming (OOP). Dive into the world of encapsulation, inheritance, polymorphism, interfaces, association, and arrays of objects.\n\n## Key Features\n\n- 💡 **Object-Oriented Design:** Explore applications designed with a strong emphasis on object-oriented principles, fostering code modularity and reusability.\n- 🖥️ **Desktop Applications:** Build and experience the power of desktop applications that display graphics and leverage Graphical User Interface (GUI) components for user interaction.\n- 📂 **File Handling:** Implement applications that enable users to open, view, and modify the contents of text files, showcasing effective file handling in Java.\n- 🌐 **Programming Skills Mastery:** Extend your programming and problem-solving skills, transitioning from Programming Fundamentals to the rich landscape of the Java programming language.\n\n## Featured Projects\n\n1. **Library Management System:**\n   - An object-oriented application managing books, patrons, and library transactions, showcasing encapsulation and inheritance.\n\n2. **Graphics Drawing Tool:**\n   - A desktop drawing tool with a GUI, emphasizing polymorphism and interface implementation for diverse drawing shapes.\n\n3. **Text File Editor:**\n   - An application allowing users to open, view, and modify text files, demonstrating file handling capabilities in Java.\n\n## Usage Instructions\n\nTo explore or use any of the projects in this repository, follow these general steps:\n\n1. **Clone the Repository:**\n   ```bash\n   git clone https://github.com/sukhmancs/caffeinated-java.git\n   ```\n2. **Navigate to Project Directory:**\n   ```bash\n    cd caffeinated-java/\u003cproject-name\u003e\n   ```\n\n## License\n\nThis repository is licensed under the [MIT License](./LICENSE). Feel free to use the code, learn from it, and contribute back to the Java community!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsukhmancs%2Fcaffeinated-java","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsukhmancs%2Fcaffeinated-java","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsukhmancs%2Fcaffeinated-java/lists"}