A GFG_RBU Tech team recruitment 2024 task
- 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.
- Node.js (for handling dependencies and development server)
- NPM or Yarn (for managing packages)
- Git (optional, but recommended for version control)
- Clone the Repository
Open your terminal and run the following command:git clone https://github.com/your-repo/python-game-dev-landing-page.git
- Nagivate to Project Folder
cd python-game-dev-landing-page
- Install Dependencies
Run the following command to install required dependencies:
npm install
- Start the Development Server
Once the dependencies are installed, start the server:npm start
The site will be available at http://localhost:3000