Fab Academy Initial Planning and Documentation
Download Git from https://git-scm.com and install it.
git --version
Create account and new project repository following Fab Academy naming conventions.
git init
git config --global user.name "Your Name"
git config --global user.email "your@email.com"
git add .
git commit -m "Initial commit"
git remote add origin https://gitlab.com/username/repository.git
git push -u origin main
url: https://fabacademy.org/2026/labs/zoi/students/rodrigo-guaman/index.html
git add .
git commit -m "Week update"
git push
Development of Didactic Prototypes for Engineering Learning Using a STEM and Design Thinking Approach.
The final project aims to design and fabricate educational prototypes
integrating digital fabrication, embedded electronics, programming,
and mechanical design to enhance engineering learning.
Sketch:
The project promotes active learning, critical thinking, and hands-on experimentation, contributing to innovative educational methodologies in engineering.
| Aspect | Status |
|---|---|
| Technical Feasibility | Validated |
| Fabrication Feasibility | Validated |
| Time Planning | On Schedule |
| Material Availability | Available |
| Requirement | Status | Evidence |
|---|---|---|
| Final project idea described | ✔ Completed | Final Project Review Section |
| Sketch uploaded | ✔ Completed | Project Documentation |
| Website created | ✔ Completed | HTML Structure |
| Git repository configured | ✔ Completed | Repository Section |
| Version control demonstrated | ✔ Completed | Commit History |
| Final project feasibility reviewed | ✔ Completed | Evaluation Criteria Table |