Welcome! 👋
This repository is a collection of portfolios for CET MCA Batch 2026
students.
The goal is to maintain a single place where all of us can showcase our
profiles.
If you'd like to add your portfolio, follow these steps:
Click the Fork button on the top-right of this repository.
This will create a copy under your GitHub account.
git clone https://github.com/<your-username>/cetmca26.git
cd cetmca26git checkout -b add-my-portfolioOpen the file Studentdata.ts and add your details in the following
format:
{
name: "Your Full Name",
github: "https://github.com/yourusername",
linkedin: "https://linkedin.com/in/yourusername",
portfolio: "https://your-portfolio-link.com",
}📌 Note: Make sure you maintain the existing JSON/array structure.
git add Studentdata.ts
git commit -m "Added portfolio - Your Name"git push origin add-my-portfolioGo to your forked repository on GitHub, and you'll see a prompt to
create a pull request.
Click Compare & Pull Request → Create Pull Request.
{
name: "Yadhukrishna N.P.",
github: "https://github.com/yadhukrishnx",
linkedin: "https://linkedin.com/in/yadhukrishnx",
portfolio: "https://yadhukrishnx.me",
}- Add only your own portfolio.
- Ensure your links are public and accessible.
- Do not remove or edit others' entries.
- Keep your code clean and properly formatted.
If you face any issues, open an Issue or ask in the
group.
Let's make this a collaborative and useful repo for all of us! 🚀