{"id":30593308,"url":"https://github.com/wizardgeeky/makkajai-dev-challenge-java","last_synced_at":"2026-07-13T21:31:03.097Z","repository":{"id":312205466,"uuid":"1046679719","full_name":"WizardGeeky/makkajai-dev-challenge-java","owner":"WizardGeeky","description":"Java solutions to the Makkajai Dev Sample Problems (Sales Tax, Game of Life, Conference Scheduler).  Implements production-quality, object-oriented console applications with clean design and modular structure.","archived":false,"fork":false,"pushed_at":"2025-08-29T04:05:54.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-21T08:42:04.502Z","etag":null,"topics":["java","logic","object-oriented","opps"],"latest_commit_sha":null,"homepage":"","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/WizardGeeky.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,"zenodo":null}},"created_at":"2025-08-29T04:02:10.000Z","updated_at":"2025-08-29T04:05:57.000Z","dependencies_parsed_at":"2025-08-29T08:35:18.188Z","dependency_job_id":null,"html_url":"https://github.com/WizardGeeky/makkajai-dev-challenge-java","commit_stats":null,"previous_names":["wizardgeeky/makkajai-dev-challenge-java"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/WizardGeeky/makkajai-dev-challenge-java","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WizardGeeky%2Fmakkajai-dev-challenge-java","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WizardGeeky%2Fmakkajai-dev-challenge-java/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WizardGeeky%2Fmakkajai-dev-challenge-java/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WizardGeeky%2Fmakkajai-dev-challenge-java/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WizardGeeky","download_url":"https://codeload.github.com/WizardGeeky/makkajai-dev-challenge-java/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WizardGeeky%2Fmakkajai-dev-challenge-java/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35437763,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-13T02:00:06.543Z","response_time":119,"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":["java","logic","object-oriented","opps"],"created_at":"2025-08-29T18:12:07.894Z","updated_at":"2026-07-13T21:31:03.081Z","avatar_url":"https://github.com/WizardGeeky.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Makkajai Dev Challenge – Java Solutions\n\nThis repository contains my Java implementations for the **Makkajai Dev Sample Problems**.  \nThe solutions are designed to be **production-quality**, with clean object-oriented design, modular structure, and easy-to-understand code.\n\n---\n\n## 📌 Problems Implemented\n\n### 1. Sales Tax\n- Computes sales taxes and total costs based on item categories and import status.\n- Supports rounding rules for tax calculations.\n- Prints detailed receipts for given shopping baskets.\n\n### 2. Game of Life\n- Implements Conway’s Game of Life.\n- Processes a given seed (list of live cell coordinates) and outputs the next generation.\n- Supports still lifes, oscillators, and other standard patterns.\n\n### 3. Conference Scheduler\n- Automatically arranges talks into conference tracks.\n- Each track contains a **morning session**, **lunch**, **afternoon session**, and **networking event**.\n- Ensures valid scheduling rules (9AM start, lunch at 12PM, networking between 4–5PM).\n\n---\n\n## ⚙️ Tech Stack\n- **Java 17**  \n- **Console-based applications**  \n- **Object-Oriented Design**  \n\n---\n\n## 🚀 How to Run\nCompile and run each application separately:\n\n```bash\n# Compile\njavac SalesTaxApp.java\njavac GameOfLifeApp.java\njavac ConferenceApp.java\n\n# Run\njava SalesTaxApp\njava GameOfLifeApp\njava ConferenceApp\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwizardgeeky%2Fmakkajai-dev-challenge-java","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwizardgeeky%2Fmakkajai-dev-challenge-java","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwizardgeeky%2Fmakkajai-dev-challenge-java/lists"}