feat: Add modern homepage and guest mode authentication#3
Merged
rivka14 merged 3 commits intomy-featurefrom Jan 12, 2026
Merged
feat: Add modern homepage and guest mode authentication#3rivka14 merged 3 commits intomy-featurefrom
rivka14 merged 3 commits intomy-featurefrom
Conversation
- Add 'Play as Guest' button in Login.jsx with guest user creation - Make Google OAuth optional in index.jsx (app works without VITE_GOOGLE_CLIENT_ID) - Guest users get default stats (100 coins, 100 energy, 0 score) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Implement a professional landing page for Netropolise cybersecurity game with: - React Router integration for / (home) and /game routes - Dark/light theme toggle with ThemeContext and localStorage persistence - ShaderGradient 3D animated backgrounds - Anime.js micro-animations for smooth entrance effects - Responsive navbar with colorful gradient accents - Hero section with Orbitron font (cyberpunk aesthetic) - About section with feature cards showcasing game capabilities - Demo section with video placeholder - Footer with contact information and navigation links - Colorful accents added to in-game sidebar navigation Dependencies added: - react-router-dom@6 for client-side routing - @shadergradient/react for 3D gradient backgrounds - animejs@3 for UI animations Design features: - Orbitron font for all text (tech/cyberpunk theme) - Multi-color gradient borders (cyan, purple, pink, yellow) - Glassmorphism effects with backdrop blur - Smooth theme transitions without animation retriggering - Mobile-responsive layout 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Changes
Homepage Features
Guest Mode
UI Components
Navbar: Header with theme toggle and navigationFooter: Footer with links and brandingSideNavigationstyling for better UXFiles Changed
🤖 Generated with Claude Code