Official website for Google Developer Groups On Campus at ABES Engineering College, Ghaziabad.
This is the official web platform for GDG On Campus ABESEC, a community of students passionate about Google technologies and development. Our club focuses on fostering learning, collaboration, and innovation among students interested in various aspects of technology.
- Frontend Framework: React.js
- Styling: CSS3 / Tailwind CSS (or your chosen styling solution)
- Build Tool: Vite / Create React App
- Package Manager: npm / yarn
Before you begin, ensure you have the following installed:
- Node.js (v14.0 or higher)
- npm (v6.0 or higher) or yarn
- Fork & Clone the repository
git clone
cd GDG-ABESEC- Install dependencies
npm install
# or
yarn install- Start the development server
npm run dev
# or
yarn dev- Open your browser and navigate to
http://localhost:3000(or the port shown in terminal)
gdg-abesec-website/
βββ public/
βββ src/
β βββ assets/
β βββ components/
β βββ pages/
β βββ styles/
β βββ utils/
β βββ App.jsx
β βββ main.jsx
βββ package.json
βββ README.md
- Responsive design for all devices
- Information about GDG On Campus ABESEC
- Event listings and details
- Team member profiles
- Blog/Resources section
- Contact and registration forms
The website can be deployed on various platforms:
npm run build
vercel --prodnpm run build
# Then drag and drop the build folder to NetlifyWe welcome contributions from all club members! To contribute:
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
- Follow React best practices and hooks conventions
- Write clean, readable, and well-documented code
- Ensure responsive design across all screen sizes
- Test your changes before submitting a PR
- Follow the existing code style and structure
Built with β€οΈ by the GDG On Campus ABESEC Team
- Email: gdg@abes.ac.in
- Instagram: @gdgabesec
- LinkedIn: GDG On Campus ABESEC
This project is licensed under the MIT License - see the LICENSE file for details.
- Google Developer Groups
- ABES Engineering College
- All contributors and club members
Made with π by GDG On Campus ABESEC