https://github.com/felipe-coletti/cross-platform-software-development
Practical exercises from the Cross-Platform Software Development course at Fatec Zona Leste (Fatec ZL), from August 2022 to June 2025
https://github.com/felipe-coletti/cross-platform-software-development
academic application course cross-platform database exercises higher-education math study website
Last synced: about 1 year ago
JSON representation
Practical exercises from the Cross-Platform Software Development course at Fatec Zona Leste (Fatec ZL), from August 2022 to June 2025
- Host: GitHub
- URL: https://github.com/felipe-coletti/cross-platform-software-development
- Owner: felipe-coletti
- License: mit
- Created: 2022-11-06T19:30:47.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-05T13:45:05.000Z (about 1 year ago)
- Last Synced: 2025-04-05T14:27:35.201Z (about 1 year ago)
- Topics: academic, application, course, cross-platform, database, exercises, higher-education, math, study, website
- Language: JavaScript
- Homepage:
- Size: 21.4 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cross-Platform Software Development
Welcome 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.
## π Repository Structure
```
π¦ class-activities-repo
βββ π first-semester
β βββ π subject-name
β β βββ π class-001
β β β βββ π exercise-001
β β β β βββ π README.md # Instructions for the exercise
β β β β βββ π solution.ext # Solution (if available)
β β β βββ π exercise-002
β β β βββ ...
β β βββ π mini-projects
β β β βββ π mini-project-001
β β β β βββ π README.md # Overview of the mini-project
β β β β βββ π implementation.ext # Code or documents
β β β βββ ...
β β βββ π subject-project
β β β βββ π README.md # Description of the main project for this subject
β β β βββ π implementation.ext # Project files
β β β βββ ...
βββ π README.md # General repository overview
```
### π Semester and Subject Folders
Each semester has its own folder (e.g., `first-semester`), containing subject-specific directories. Each subject may include:
- **Class activities (`class-001`, `class-002`, etc.)** with individual exercises.
- **Mini-projects (`mini-projects`)** containing different project-based assignments.
- **A subject project (subject-project)**, which serves as a reference project developed in class to illustrate key topics covered during the subject.
Not all subjects will have all types of foldersβsome may only have class activities, mini-projects, or a subject project.
Each directory contains a `README.md` with relevant information:
- Exercises (`class-xxx/exercise-xxx`): Includes a rewritten problem statement, instructions on how to complete the task, and solutions (if applicable).
- Mini-projects (`mini-projects/mini-project-xxx`): Provides a rewritten problem statement, project description, and the corresponding implementation.
- Subject projects (`subject-project`): Contains a project overview, materials developed in class, and its implementation (if applicable).
## π How to Use
1. **Navigate** to the corresponding semester and subject folder.
2. **Read** the `README.md` file inside each dynamic folder (`class-001`, `mini-projects`, `subject-project`, etc.).
3. **Complete the exercises, work on mini-projects, or review subject projects.**
4. **Check solutions** if available.
## π Requirements
Some activities might require specific software or tools. Please check the activity description for any dependencies or prerequisites.
## π’ Contributions
If you want to contribute or suggest improvements, feel free to create a pull request or open an issue.
## π License
This repository is available under the [MIT License](LICENSE). Feel free to use and modify the content for educational purposes.
---
Happy Learning! π