{"id":22362646,"url":"https://github.com/berkaysancar/learnconnect","last_synced_at":"2026-05-07T11:34:41.934Z","repository":{"id":265044974,"uuid":"894906660","full_name":"BerkaySancar/LearnConnect","owner":"BerkaySancar","description":"Case Study","archived":false,"fork":false,"pushed_at":"2024-11-27T12:51:51.000Z","size":472,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-26T15:16:57.945Z","etag":null,"topics":["coordinator","coredata","firebase","ios","mvvm","swiftui"],"latest_commit_sha":null,"homepage":"","language":"Swift","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/BerkaySancar.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}},"created_at":"2024-11-27T08:06:55.000Z","updated_at":"2024-11-27T12:51:54.000Z","dependencies_parsed_at":"2024-11-27T11:19:38.644Z","dependency_job_id":"40599139-396e-458f-b180-245ea984d2a3","html_url":"https://github.com/BerkaySancar/LearnConnect","commit_stats":null,"previous_names":["berkaysancar/learnconnect"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BerkaySancar%2FLearnConnect","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BerkaySancar%2FLearnConnect/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BerkaySancar%2FLearnConnect/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BerkaySancar%2FLearnConnect/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BerkaySancar","download_url":"https://codeload.github.com/BerkaySancar/LearnConnect/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245678900,"owners_count":20654738,"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":["coordinator","coredata","firebase","ios","mvvm","swiftui"],"created_at":"2024-12-04T17:10:05.509Z","updated_at":"2026-05-07T11:34:41.898Z","avatar_url":"https://github.com/BerkaySancar.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LearnConnect – [App Preview](#app-preview)\nLearnConnect is a modern, video-based educational platform that allows users to enroll in courses, watch lesson videos, and manage their learning progress efficiently. This project was developed as a case study to demonstrate expertise in SwiftUI, MVVM architecture, and Core Data integration.\n\n## Technologies Used\n- **Language \u0026 Framework:** Swift and SwiftUI\n- **iOS Version:** iOS 17.0+\n- **Architecture:** MVVM with Coordinator pattern\n- **Database:** Core Data for local data management, UserDefaults for API data caching\n- **Firebase:** Authorization \u0026 Push Notification \u0026 Crashlytics\n- **Testing:** Unit tests for critical functionalities\n- **Video Management:** AVKit for video playback and progress tracking\n- **Custom Components:** For reusable views\n- **Useful and Highly Experienced UI/UX**\n- **Mock API:** MockAPI.io for simulating course data during development\n\n## Mock API Details\nLearnConnect utilizes a custom API that I personally created using [MockAPI.io](https://mockapi.io) to simulate course data during development.\n\nBelow is an example of the JSON structure used:\n\n```json\n[\n    {\n        \"createdAt\": \"2024-11-24T01:02:14.794Z\",\n        \"name\": \"Mastering Minimalist Design: The Art of Less\",\n        \"description\": \"Discover the principles of minimalist design and learn how to create impactful visuals with simplicity. Perfect for aspiring designers and enthusiasts.\",\n        \"instructor\": \"Charlotte Nienow\",\n        \"video\": \"https://sample-videos.com/video321/mp4/720/big_buck_bunny_720p_20mb.mp4\",\n        \"thumbnail\": \"https://www.ziflow.com/hubfs/Video%20proofing%20The%20process%2C%20features%2C%20and%20tools%20for%20creative%20teams.jpg\",\n        \"category\": \"Design\",\n        \"id\": \"1\"\n    },\n    {\n        \"createdAt\": \"2024-11-24T10:59:40.555Z\",\n        \"name\": \"Introduction to Python: Coding for Beginners\",\n        \"description\": \"Learn the basics of Python programming with practical examples and exercises. A beginner-friendly guide to one of the most popular programming languages.\",\n        \"instructor\": \"Yvette Wiza\",\n        \"video\": \"https://commondatastorage.googleapis.com/gtv-videos-bucket/sample/ElephantsDream.mp4\",\n        \"thumbnail\": \"https://dac.digital/wp-content/uploads/2023/07/1ud5eeycUbeH1kp1ln_gkJg-1200x680.jpe\",\n        \"category\": \"Software\",\n        \"id\": \"2\"\n    }\n]\n```\n\n## Implemented Features\n- **User Management:**\n  - User registration and login with email and password.\n  - View and manage user profiles.\n  - Current logged in user management.\n- **Course Management:**\n  - List available courses dynamically.\n  - Enroll in courses and track progress locally.\n- **Video Player:**\n  - Watch course videos with progress tracking.\n  - Resume videos from the last watched timestamp.\n- **Dark Mode Support:**\n  - Full dark mode compatibility across the app.\n\n## Bonus Features ✅\nThe following bonus features were implemented:\n- ✅ **Category Filtering and Search:** Users can filter courses by category or search by keywords.\n- ✅ **Favorites (Watchlist):** Users can mark courses as favorites for easy access.\n- ✅ **Video Speed Control:** Users can adjust playback speed while watching videos.\n- ✅ **Push Notifications:** Users receive notifications about new courses or events.\n\n## Installation\n1. Clone the repository:\n    - git clone https://github.com/BerkaySancar/LearnConnect\n    - Open the project on Xcode\n    - Build and Run\n  \n# App Preview\n\n\nhttps://github.com/user-attachments/assets/ffe37ebc-1bff-48e1-bb9d-3a720af4dad8\n\n\n\n## Notifications\n![learnNotification](https://github.com/user-attachments/assets/08fe4d6e-3698-459f-96ca-2227c5e85225)\n\n## Login Management \n\n\nhttps://github.com/user-attachments/assets/b67b5a4a-2293-4656-813c-9090d3a70544\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fberkaysancar%2Flearnconnect","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fberkaysancar%2Flearnconnect","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fberkaysancar%2Flearnconnect/lists"}