{"id":27233215,"url":"https://github.com/felipe-coletti/cross-platform-software-development","last_synced_at":"2025-04-10T14:18:56.636Z","repository":{"id":101917550,"uuid":"562581537","full_name":"felipe-coletti/cross-platform-software-development","owner":"felipe-coletti","description":"Practical exercises from the Cross-Platform Software Development course at Fatec Zona Leste (Fatec ZL), from August 2022 to June 2025","archived":false,"fork":false,"pushed_at":"2025-04-05T13:45:05.000Z","size":22460,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-05T14:27:35.201Z","etag":null,"topics":["academic","application","course","cross-platform","database","exercises","higher-education","math","study","website"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/felipe-coletti.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":"2022-11-06T19:30:47.000Z","updated_at":"2025-04-05T13:45:09.000Z","dependencies_parsed_at":"2023-11-08T13:41:10.386Z","dependency_job_id":"20faab4e-10d8-4852-affa-436e2bad4a89","html_url":"https://github.com/felipe-coletti/cross-platform-software-development","commit_stats":null,"previous_names":["felipe-coletti/cross-platform-software-development"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felipe-coletti%2Fcross-platform-software-development","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felipe-coletti%2Fcross-platform-software-development/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felipe-coletti%2Fcross-platform-software-development/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felipe-coletti%2Fcross-platform-software-development/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/felipe-coletti","download_url":"https://codeload.github.com/felipe-coletti/cross-platform-software-development/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248233932,"owners_count":21069493,"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":["academic","application","course","cross-platform","database","exercises","higher-education","math","study","website"],"created_at":"2025-04-10T14:18:55.128Z","updated_at":"2025-04-10T14:18:56.629Z","avatar_url":"https://github.com/felipe-coletti.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cross-Platform Software Development\n\nWelcome to the **Cross-Platform Software Development Repository**! This repository contains various exercises, assignments, and projects related to different topics covered in class. Below, you'll find a detailed explanation of the repository structure and how to navigate through the files.\n\n## 📂 Repository Structure\n\n```\n📦 class-activities-repo\n├── 📁 first-semester\n│   ├── 📁 subject-name\n│   │   ├── 📁 class-001\n│   │   │   ├── 📁 exercise-001\n│   │   │   │   ├── 📄 README.md        # Instructions for the exercise\n│   │   │   │   ├── 📄 solution.ext      # Solution (if available)\n│   │   │   ├── 📁 exercise-002\n│   │   │   ├── ...\n│   │   ├── 📁 mini-projects\n│   │   │   ├── 📁 mini-project-001\n│   │   │   │   ├── 📄 README.md        # Overview of the mini-project\n│   │   │   │   ├── 📄 implementation.ext  # Code or documents\n│   │   │   ├── ...\n│   │   ├── 📁 subject-project\n│   │   │   ├── 📄 README.md            # Description of the main project for this subject\n│   │   │   ├── 📄 implementation.ext   # Project files\n│   │   │   ├── ...\n└── 📄 README.md            # General repository overview\n```\n\n### 📁 Semester and Subject Folders\nEach semester has its own folder (e.g., `first-semester`), containing subject-specific directories. Each subject may include:\n-   **Class activities (`class-001`, `class-002`, etc.)** with individual exercises.\n-   **Mini-projects (`mini-projects`)** containing different project-based assignments.\n-   **A subject project (subject-project)**, which serves as a reference project developed in class to illustrate key topics covered during the subject.\n\nNot all subjects will have all types of folders—some may only have class activities, mini-projects, or a subject project.\n\nEach directory contains a `README.md` with relevant information:\n-   Exercises (`class-xxx/exercise-xxx`): Includes a rewritten problem statement, instructions on how to complete the task, and solutions (if applicable).\n-   Mini-projects (`mini-projects/mini-project-xxx`): Provides a rewritten problem statement, project description, and the corresponding implementation.\n-   Subject projects (`subject-project`): Contains a project overview, materials developed in class, and its implementation (if applicable).\n\n## 🚀 How to Use\n1. **Navigate** to the corresponding semester and subject folder.\n2. **Read** the `README.md` file inside each dynamic folder (`class-001`, `mini-projects`, `subject-project`, etc.).\n3. **Complete the exercises, work on mini-projects, or review subject projects.**\n4. **Check solutions** if available.\n\n## 🛠 Requirements\nSome activities might require specific software or tools. Please check the activity description for any dependencies or prerequisites.\n\n## 📢 Contributions\nIf you want to contribute or suggest improvements, feel free to create a pull request or open an issue.\n\n## 📜 License\nThis repository is available under the [MIT License](LICENSE). Feel free to use and modify the content for educational purposes.\n\n---\n\nHappy Learning! 🚀\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffelipe-coletti%2Fcross-platform-software-development","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffelipe-coletti%2Fcross-platform-software-development","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffelipe-coletti%2Fcross-platform-software-development/lists"}