MCA Web Dev Club

Jammu University – Learn. Build. Share.

About The Club

The MCA Web Dev Club is a student-driven space for sharing and discovering web development resources. Instead of just downloading files, members learn to collaborate the developer way — by forking our repository, adding their own notes, code snippets, or tutorials, and then opening a pull request to contribute back. This keeps our resource hub alive, version-controlled, and truly community-driven.

Click here to go to Club Compiled Resources  »

Official Resources

Events

📢 Coming Soon

Contact Us

For any inquiries or collaboration opportunities, please contact us in the WhatsApp group , you already are a part of .

How to Contribute

  1. Fork: Open the GitHub repo and click Fork
  2. Clone:
    git clone https://github.com/your-username/WebDevClub_MCA_JU.git
  3. Add Your Resource: Please only modify the resources.html file and place your notes, links, or code there.
  4. Commit & Push:
    git add resources.html
    git commit -m "Added my resource"
    git push origin your-branch-name
  5. Pull Request: On GitHub, click New Pull Request

🎉 Done! You’ve contributed like an open-source developer.