Welcome to the Quanta Event Project Repository! This repository is designed for participants to upload and share their projects developed during the event.
π GitHub Repository
Follow these steps to submit your project:
- Fork this repository to your GitHub account.
- Clone your forked repository to your local machine using:
git clone https://github.com/YOUR-USERNAME/Quanta1.0.git
- Create a new folder inside the repository with your team's name.
- Add your project files inside this folder. Ensure your folder includes:
- π Source code
- π A README.md explaining your project
- π¦ Any necessary dependencies or instructions
- Commit and push your changes .
git add .
git commit -m "Added project: [Team Name]"
git push origin main- Create a Pull Request (PR) to merge your project into the main repository.
Each project should be inside its own directory. The structure should look like this:
Quanta1.0/
|ProjectSubmissions/
| β-- Project-Name/
β | β-- src/
β | β-- README.md
β | β-- requirements.txt (if applicable)
β | β-- any other necessary filesβοΈ Add a meaningful title and description to your PR. βοΈ Mention any dependencies or setup steps in your README.md. βοΈ Ensure your code is properly formatted and documented.
If you have any issues or questions, feel free to create an issue in the repository or reach out to the event organizers.
π Happy coding!