Skip to content

cetmca26/cetmca26-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CET MCA 2026 Portfolios

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.


🚀 How to Contribute

If you'd like to add your portfolio, follow these steps:

1. Fork the Repository

Click the Fork button on the top-right of this repository.
This will create a copy under your GitHub account.

2. Clone Your Fork

git clone https://github.com/<your-username>/cetmca26.git
cd cetmca26

3. Create a New Branch

git checkout -b add-my-portfolio

4. Add Your Details in Studentdata.ts

Open 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.

5. Commit Your Changes

git add Studentdata.ts
git commit -m "Added portfolio - Your Name"

6. Push Your Branch

git push origin add-my-portfolio

7. Create a Pull Request

Go to your forked repository on GitHub, and you'll see a prompt to create a pull request.
Click Compare & Pull RequestCreate Pull Request.


✅ Example Entry

{
  name: "Yadhukrishna N.P.",
  github: "https://github.com/yadhukrishnx",
  linkedin: "https://linkedin.com/in/yadhukrishnx",
  portfolio: "https://yadhukrishnx.me",
}

📝 Guidelines

  • 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.

💡 Need Help?

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! 🚀


About

Contains data for cetmca26 . Can add Here

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors