Skip to content

BAMOEQ/GDG_Website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GDG Website

🌎 Overview

This project is a full-stack website for managing and displaying information about the Google Developer Group (GDG) club @ NYU. The platform is built using React for the front end and Flask for the back end. It serves as a hub for club details, events, and resources.

🚀 Features

✅ Club Information Hub – A centralized platform for club-related details.

✅ Events Management – Display upcoming GDG events and activities.

✅ About Page – Learn about the club’s mission, leadership, and initiatives.

✅ Collab Program – Information on technical training, workshops, and mentorship programs.

🛠️ Tech Stack

🔹 Frontend: React (JavaScript, HTML, CSS, SCSS)

🔹 Backend: Flask (Python)

🔹 Version Control: Git & GitHub

⚙️ Setup & Installation

Prerequisites

Ensure you have the following installed:

  • Node.js & npm (for React)

  • Python & pip (for Flask)

  • Git

Steps

1️⃣ Clone the Repository

git clone https://github.com/BAMOEQ/GDG_Website

2️⃣ Set up backend

cd backend
pip install -r requirements.txt
flask run

3️⃣ Set up frontend

cd frontend
npm install
npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published