{"id":29583754,"url":"https://github.com/duaa-a/fawry-2nd-challenge","last_synced_at":"2025-07-19T23:38:43.199Z","repository":{"id":303683118,"uuid":"1016162344","full_name":"DuaA-A/Fawry-2nd-Challenge","owner":"DuaA-A","description":"simple object-oriented Java project simulating a digital and physical bookstore","archived":false,"fork":false,"pushed_at":"2025-07-08T21:05:42.000Z","size":53,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-08T22:20:41.640Z","etag":null,"topics":["bookstore","console-application","java","oop"],"latest_commit_sha":null,"homepage":"","language":"Java","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/DuaA-A.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}},"created_at":"2025-07-08T15:23:40.000Z","updated_at":"2025-07-08T21:07:02.000Z","dependencies_parsed_at":"2025-07-08T22:20:47.713Z","dependency_job_id":"a1bb7e5c-e793-4fd9-93ba-7d4bae42af11","html_url":"https://github.com/DuaA-A/Fawry-2nd-Challenge","commit_stats":null,"previous_names":["duaa-a/fawry-2nd-challenge"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DuaA-A/Fawry-2nd-Challenge","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DuaA-A%2FFawry-2nd-Challenge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DuaA-A%2FFawry-2nd-Challenge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DuaA-A%2FFawry-2nd-Challenge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DuaA-A%2FFawry-2nd-Challenge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DuaA-A","download_url":"https://codeload.github.com/DuaA-A/Fawry-2nd-Challenge/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DuaA-A%2FFawry-2nd-Challenge/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266042413,"owners_count":23867962,"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":["bookstore","console-application","java","oop"],"created_at":"2025-07-19T23:38:42.605Z","updated_at":"2025-07-19T23:38:43.188Z","avatar_url":"https://github.com/DuaA-A.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!DOCTYPE html\u003e\n\u003chtml lang=\"en\"\u003e\n\u003cbody\u003e\n\n  \u003ch1\u003e📚 BookStore Java Project\u003c/h1\u003e\n\n  \u003cp\u003eThis is a simple object-oriented Java project simulating a digital and physical bookstore. It was developed as part of the \u003cstrong\u003eFawry 2nd Challenge\u003c/strong\u003e coding competition.\u003c/p\u003e\n\n\u003ch2\u003e🖼️ Project Screenshot\u003c/h2\u003e\n\u003cp\u003eBelow is a screenshot of the application running:\u003c/p\u003e\n\u003cimg src=\"image.png\" alt=\"BookStore Java Application Running\" width=\"700\"\u003e\n  \u003c/p\u003e\n\n  \u003ch2\u003e📁 Project Structure\u003c/h2\u003e\n  \u003cul class=\"file-list\"\u003e\n    \u003cli\u003e\u003ccode\u003eBook.java\u003c/code\u003e – Abstract class for all book types\u003c/li\u003e\n    \u003cli\u003e\u003ccode\u003eEBook.java\u003c/code\u003e – Subclass representing digital books\u003c/li\u003e\n    \u003cli\u003e\u003ccode\u003ePaperBook.java\u003c/code\u003e – Subclass representing printed books\u003c/li\u003e\n    \u003cli\u003e\u003ccode\u003eShowcaseBook.java\u003c/code\u003e – Books displayed in the store\u003c/li\u003e\n    \u003cli\u003e\u003ccode\u003eQuantumBookstore.java\u003c/code\u003e – Central class for managing bookstore operations\u003c/li\u003e\n    \u003cli\u003e\u003ccode\u003eMailService.java\u003c/code\u003e – Email service integration (e.g., sending book offers)\u003c/li\u003e\n    \u003cli\u003e\u003ccode\u003eMain.java\u003c/code\u003e – Entry point to run and test the application\u003c/li\u003e\n  \u003c/ul\u003e\n\n  \u003ch2\u003e🚀 How to Run\u003c/h2\u003e\n  \u003col\u003e\n    \u003cli\u003eClone the repository:\n      \u003cpre\u003e\u003ccode\u003egit clone https://github.com/DuaA-A/Fawry-2nd-Challenge\u003c/code\u003e\u003c/pre\u003e\n    \u003c/li\u003e\n    \u003cli\u003eOpen in any Java IDE (e.g., IntelliJ IDEA, VS Code with Java extensions)\u003c/li\u003e\n    \u003cli\u003eNavigate to \u003ccode\u003eMain.java\u003c/code\u003e\u003c/li\u003e\n    \u003cli\u003eRun the file to test book interactions and email logic\u003c/li\u003e\n  \u003c/ol\u003e\n\n  \u003ch2\u003e🧠 Features\u003c/h2\u003e\n  \u003cul\u003e\n    \u003cli\u003eInheritance structure for book types\u003c/li\u003e\n    \u003cli\u003eCustom email service (simulated)\u003c/li\u003e\n    \u003cli\u003eBook display and management via \u003ccode\u003eQuantumBookstore\u003c/code\u003e\u003c/li\u003e\n    \u003cli\u003eEasy-to-extend architecture\u003c/li\u003e\n  \u003c/ul\u003e\n\n  \u003ch2\u003e🛠️ Technologies\u003c/h2\u003e\n  \u003cul\u003e\n    \u003cli\u003eJava (OOP Concepts)\u003c/li\u003e\n    \u003cli\u003eStandard Library (No external dependencies)\u003c/li\u003e\n  \u003c/ul\u003e\n\n  \u003ch2\u003e📌 Notes\u003c/h2\u003e\n  \u003cul\u003e\n    \u003cli\u003eNo database or GUI – focuses on core Java logic\u003c/li\u003e\n    \u003cli\u003eUseful for understanding OOP, inheritance, and application structure\u003c/li\u003e\n  \u003c/ul\u003e\n\n  \u003ch2\u003e👩‍💻 Author\u003c/h2\u003e\n  \u003cp\u003eDeveloped by \u003cstrong\u003eDuaA A.\u003c/strong\u003e as part of the Fawry 2nd Challenge.\u003c/p\u003e\n\n\u003c/body\u003e\n\u003c/html\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fduaa-a%2Ffawry-2nd-challenge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fduaa-a%2Ffawry-2nd-challenge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fduaa-a%2Ffawry-2nd-challenge/lists"}