A centralised collection of projects built during hackathons, coding competitions, and other timed build events. Each project lives in its own repository and is linked here as a submodule.
| Project | Event | Tech Stack | Year |
|---|---|---|---|
| Project Name | Hackathon / Event Name | e.g. Python, FastAPI, AWS | YYYY |
| Project Name | Hackathon / Event Name | e.g. React, Node.js | YYYY |
Each subdirectory in this repository is a Git submodule pointing to a standalone project repository.
hackathon-vault/
├── project-one/ → github.com/vijethph/<repo>
├── project-two/ → github.com/vijethph/<repo>
└── ...
Clone the repository with all submodules:
git clone --recurse-submodules https://github.com/vijethph/hackathon-vault.gitIf you already cloned without the flag, initialise submodules manually:
git submodule update --init --recursivegit submodule add https://github.com/vijethph/<new-repo> <folder-name>
git add .
git commit -m "chore: add <project-name> submodule"
git push origin mainBuilt and maintained by Vijeth P H.