Welcome to Invisible Garden-ARG25.
This repository hosts all project submissions for the ARG25 edition.
Each participant (or team) documents their project journey here, updating their progress weekly through a single, evolving Pull Request (PR).
Duration: 3 Weeks
Timeline:
- Week 1: ends October 31
- Week 2: ends November 7
- Week 3: ends November 14
Each week, participants update their project README with progress and goals, culminating in a final wrap-up at the end of Week 3.
-
Fork this repository to your account.
-
Create a branch named after your project:
git checkout -b teamname-projectname -
Add your folder with the
project-name/.
- Add a
README.mdusing theREADME_template.mdprovided. - Optionally create an
assets/folder for diagrams, screenshots, or code snippets.
- Commit your README (based on the template) and push to your fork.
- Raise a PR to the main repo and keep updating the same PR each week – update your branch with weekly commits.
arg25-projects/
|
├── README.md # You are here (program overview)
├── README_template.md # Base template for your project README
|
├── your-project/
| | ├── README.md # Your project progress log
| | └── assets/ # (optional) diagrams, screenshots, etc.
| └── ...
|
└──
| Week | Dates | Deliverable |
|---|---|---|
| Week 1 | Oct 24 → Oct 31 | Initial setup & first progress update |
| Week 2 | Nov 1 → Nov 7 | Mid-program update |
| Week 3 | Nov 8 → Nov 14 | Final deliverable & wrap-up |
- Maintain a single PR through the entire program.
- Commit your weekly progress by Friday EOD of each week.
- Ensure your README always includes:
- Project overview & goals
- Weekly progress summaries
- Updated links to repos, demos, or presentations
Join the Invisible Garden community for feedback and updates:
- Website: https://invisible.garden
- Twitter: @invisiblgarden
Happy Building 🌿
– The Invisible Garden Team