pccoe-acm-hacktoberfest-2023 / pccoeacm-website

This is the website of PCCOE ACM Student Chapter
https://pccoe-acm-website.netlify.app/
MIT License
1 stars 12 forks source link
css hacktoberfest hacktoberfest2023 hacktoberfest2023-approved html js pccoe-acm-hacktoberfest-2023

🎃 PCCOE ACM Website - HacktoberFest 2023 🎃

Screenshot 2023-10-15 at 12 01 14 AM

Contribute here to complete your HacktoberFest Event.

About the PCCOE ACM Website Project

Welcome to the PCCOE ACM Hacktoberfest 2023 event! This repository is for contributions to the PCCOE ACM website. This project is open to all members of the GitHub community, and you can make your first contribution to an open source project here. Your contributions will help improve the PCCOE ACM website.

What is Hacktoberfest?

Hacktoberfest is a month-long celebration from October 1st - 31st sponsored by Digital Ocean and GitHub to encourage people to get involved in Open Source.

Learn more about Hacktoberfest

Getting Started

  1. Fork this repository (Click the Fork button in the top right of this page, click your Profile Image).
  2. Clone your forked repository to your local machine.
git clone https://github.com/your-username/pccoeacm-website.git

git checkout -b your-branch-name

git add .
git status
git commit -m 'Your commit message'
git push origin your-branch-name