Welcome to the GDG-GTBIT website repository! This project is dedicated to the Google Developer Groups (GDG) chapter at Guru Tegh Bahadur Institute of Technology (GTBIT). Our goal is to create a platform for developers to connect, learn, and grow together.
The GDG-GTBIT website serves as a hub for events, workshops, resources, and community engagement related to technology and development. We aim to foster a vibrant community of developers through collaboration and knowledge sharing.
- Event Listings: View upcoming events and workshops.
- Resources: Access tutorials, articles, and other learning materials.
- Community Forum: Engage with fellow developers and share ideas.
- Newsletter Signup: Stay updated with the latest news and events.
- Next.js: For server-side rendering and static site generation.
- Tailwind CSS: For modern, responsive UI design.
- TypeScript: For type safety and enhanced development experience.
To get started with the GDG-GTBIT website, follow these steps:
- Clone the repository:
git clone https://github.com/yourusername/gdg-gtbit-website.git
- Navigate to the project directory:
cd gdg-gtbit-website - Install the required dependencies:
npm install
- Start the development server:
npm run dev
Once the server is running, you can access the website by navigating to http://localhost:3000 in your web browser. Explore the features, participate in discussions, and sign up for events!
We welcome contributions from the community! If you'd like to contribute, please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature/YourFeature). - Make your changes and commit them (
git commit -m 'Add some feature'). - Push to the branch (
git push origin feature/YourFeature). - Open a Pull Request.
This project is licensed under the MIT License. See the LICENSE file for details.
Thank you for checking out the GDG-GTBIT website! We hope you find it useful and look forward to your contributions. Happy coding!