Skip to content

Repository files navigation

Hackathon Vault

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.

Projects

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

Structure

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>
└── ...

Getting Started

Clone the repository with all submodules:

git clone --recurse-submodules https://github.com/vijethph/hackathon-vault.git

If you already cloned without the flag, initialise submodules manually:

git submodule update --init --recursive

Adding a New Project

git submodule add https://github.com/vijethph/<new-repo> <folder-name>
git add .
git commit -m "chore: add <project-name> submodule"
git push origin main

About

Built and maintained by Vijeth P H.

About

A centralised collection of projects built during hackathons, coding competitions, and other timed build events.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors