The Prototypes repository is a collection of self-contained experiments and quick concept explorations. Each folder within this repository represents an individual prototype, focusing on a specific idea or technology without being constrained by a rigid structure. This repository serves as a sandbox for trying out new concepts in a scoped and efficient manner.
- Each folder contains a single prototype.
- Prototypes are isolated from each other to maintain simplicity and focus.
- There is no overarching structure; the goal is to keep things minimalistic and flexible.
- Clone the repository:
git clone https://github.com/ps662/Prototypes.git cd Prototypes/<prototype-folder>
- Fork the repository.
- Create a new folder for your prototype.
- Implement your idea, ensuring it is self-contained.
- Submit a pull request with a brief description of your prototype.
This project is licensed under the MIT License. See the LICENSE file for details.