Skip to content

Krounosity/gfg_website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Game Development Landing Page

A GFG_RBU Tech team recruitment 2024 task

Features

  • Responsive Design: Fully responsive across multiple devices (desktops, tablets, and mobiles).
  • Interactive Sections:
    • Hero Section: A prominent call-to-action encouraging users to explore Python game development workshops.
    • Workshop Features: Highlights the four key components of the workshop: Game Mechanics, Visual Effects, Game Balancing, and Cross-Platform Development, with intuitive icons and animations.
    • About PyHack: Information about the community-driven workshops, enhanced with engaging visuals.
    • FAQs Section: Common questions with expandable answers for quick user interaction.
  • Modern Aesthetics: Clean, modern look with vibrant color schemes and user-friendly layouts.
  • Animations & Icons: Eye-catching animations for workshop features and custom-designed icons for better visualization.

Installation

Prerequisites

  • Node.js (for handling dependencies and development server)
  • NPM or Yarn (for managing packages)
  • Git (optional, but recommended for version control)

Steps

  1. Clone the Repository
    Open your terminal and run the following command:
    git clone https://github.com/your-repo/python-game-dev-landing-page.git
    
  2. Nagivate to Project Folder
    cd python-game-dev-landing-page
    
  3. Install Dependencies Run the following command to install required dependencies:
    npm install
    
  4. Start the Development Server
    Once the dependencies are installed, start the server:
    npm start
    

The site will be available at http://localhost:3000