Skip to content

Developer-Students-Club-ABESEC/GDG_Website25

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 

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