Skip to content

gdgcloudkol/ccd2025-home

Repository files navigation

🌥️ Cloud Community Day 2025

Welcome to the official Remote GitHub repository (Home) for Cloud Community Day 2025 – the flagship annual gathering of cloud professionals, developers, architects, DevOps engineers, and enthusiasts from across the globe!

Hosted by the GDG Cloud Kolkata, this event brings together thought leaders, pioneers, and practitioners to share insights, trends, and innovations shaping the future of computing.

🌐 Website

📍 Visit the Website

📅 Event Details

  • Date: [To Be Announced]
  • Location: [To Be Announced]
  • Theme: "Scaling Innovation Through the Cloud"

🧩 Features

  • 🔍 Speaker Lineup and Session Details
  • 🗺️ Interactive Schedule and Agenda
  • 📢 Live Updates and Announcements
  • 🧑‍💼 Sponsor & Partner Highlights
  • 🌗 Light/Dark Mode Toggle

🚀 Tech Stack

Built with modern, performant technologies:

  • Frontend: React 19
  • Styling: Tailwind CSS
  • Bundler: Webpack
  • Language: TypeScript

🏗️ Project Structure

ccd2025-home/
├── public/               # Static assets
├── src/
│   ├── components/       # Reusable UI components
│   │   ├── layout/       # Layout components
│   │   └── ui/           # UI components
│   ├── context/          # React context providers
│   ├── hooks/            # Custom React hooks
│   ├── pages/            # Page components
│   ├── services/         # API services
│   ├── styles/           # Global styles
│   ├── types/            # TypeScript type definitions
│   ├── utils/            # Utility functions
│   ├── App.tsx           # Main App component
│   └── index.tsx         # Entry point
├── .eslintrc.js          # ESLint configuration
├── .prettierrc           # Prettier configuration
├── babel.config.js       # Babel configuration
├── package.json          # Dependencies and scripts
├── postcss.config.mjs    # PostCSS configuration
├── tailwind.config.ts    # Tailwind CSS configuration
├── tsconfig.json         # TypeScript configuration
└── webpack.config.js     # Webpack configuration

🚀 Getting Started

Prerequisites

  • Node.js (v18 or higher)
  • npm or yarn

Installation

# Install dependencies
npm install
# or
yarn install

Development

# Start development server
npm run dev
# or
yarn dev

Production Build

# Create production build
npm run build
# or
yarn build

# Serve production build
npm run start
# or
yarn start

About

NextJS Micro Frontend for Home

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 7