Skip to content

Developer-Students-Club-ABESEC/GDG-Official-Website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 

Repository files navigation

GDG On Campus ABESEC Website

Official website for Google Developer Groups On Campus at ABES Engineering College, Ghaziabad.

🚀 About

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.

🛠️ Tech Stack

  • Frontend Framework: React.js
  • Styling: CSS3 / Tailwind CSS (or your chosen styling solution)
  • Build Tool: Vite / Create React App
  • Package Manager: npm / yarn

📋 Prerequisites

Before you begin, ensure you have the following installed:

  • Node.js (v14.0 or higher)
  • npm (v6.0 or higher) or yarn

🔧 Installation

  1. Fork & Clone the repository
git clone 
cd GDG-ABESEC
  1. Install dependencies
npm install
# or
yarn install
  1. Start the development server
npm run dev
# or
yarn dev
  1. Open your browser and navigate to http://localhost:3000 (or the port shown in terminal)

📁 Project Structure

gdg-abesec-website/
├── public/
├── src/
│   ├── assets/
│   ├── components/
│   ├── pages/
│   ├── styles/
│   ├── utils/
│   ├── App.jsx
│   └── main.jsx
├── package.json
└── README.md

🌟 Features

  • 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

🚀 Deployment

The website can be deployed on various platforms:

Vercel

npm run build
vercel --prod

Netlify

npm run build
# Then drag and drop the build folder to Netlify

🤝 Contributing

We welcome contributions from all club members! To contribute:

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/AmazingFeature)
  3. Commit your changes (git commit -m 'Add some AmazingFeature')
  4. Push to the branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

📝 Development Guidelines

  • 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

👥 Team

Built with ❤️ by the GDG On Campus ABESEC Team

📧 Contact

📄 License

This project is licensed under the MIT License - see the LICENSE file for details.

🙏 Acknowledgments

  • Google Developer Groups
  • ABES Engineering College
  • All contributors and club members

Made with 💙 by GDG On Campus ABESEC

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 6