{"id":30909829,"url":"https://github.com/cornholio6969/carmodel","last_synced_at":"2026-05-04T09:32:03.654Z","repository":{"id":313775357,"uuid":"1052625237","full_name":"Cornholio6969/CarModel","owner":"Cornholio6969","description":"School OOP","archived":false,"fork":false,"pushed_at":"2025-09-08T10:28:57.000Z","size":177,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-05T09:04:52.830Z","etag":null,"topics":["avalonia","js","oop","react","school"],"latest_commit_sha":null,"homepage":"https://plate.cornholio.dev","language":"TypeScript","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/Cornholio6969.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":"2025-09-08T10:14:30.000Z","updated_at":"2025-09-08T10:29:01.000Z","dependencies_parsed_at":"2025-09-08T12:26:48.735Z","dependency_job_id":"91b3baf4-7483-4d12-b014-efb166a8c3e7","html_url":"https://github.com/Cornholio6969/CarModel","commit_stats":null,"previous_names":["cornholio6969/carmodel"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Cornholio6969/CarModel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cornholio6969%2FCarModel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cornholio6969%2FCarModel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cornholio6969%2FCarModel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cornholio6969%2FCarModel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Cornholio6969","download_url":"https://codeload.github.com/Cornholio6969/CarModel/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cornholio6969%2FCarModel/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32601511,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T22:12:39.696Z","status":"online","status_checked_at":"2026-05-04T02:00:06.625Z","response_time":58,"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":["avalonia","js","oop","react","school"],"created_at":"2025-09-09T16:06:17.760Z","updated_at":"2026-05-04T09:32:03.615Z","avatar_url":"https://github.com/Cornholio6969.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Corny – OOP Cars\n\nThis project demonstrates **object-oriented programming (OOP)** with cars and brands, implemented in three different environments:\n\n- **Avalonia (.NET, C#)** – a modern cross-platform desktop GUI  \n- **TypeScript** – using modern browser APIs  \n- **JavaScript (jQuery)** – classic web development style  \n\n---\n\n## Concept\n\nThe core of the project is two classes:\n\n```csharp\nclass CarBrand {\n    public string Name { get; set; }\n    public CarBrand(string name) =\u003e Name = name;\n}\n\nclass Car {\n    public string Name { get; set; }\n    public string Year { get; set; }\n    public decimal Price { get; set; }\n    public CarBrand Brand { get; set; }\n\n    public Car(string name, string year, decimal price, string brand) {\n        Name = name;\n        Year = year;\n        Price = price;\n        Brand = new CarBrand(brand);\n    }\n}\n```\n---\n\n## API\n\nThe project integrates with:\n```\nhttps://plate.cornholio.dev/?plate=...\n```\n\nThis API is **powered by Cloudflare Workers**, making it lightweight and serverless.  \nIt allows users to fetch car details (brand, model, year) directly from a license plate lookup.  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcornholio6969%2Fcarmodel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcornholio6969%2Fcarmodel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcornholio6969%2Fcarmodel/lists"}