This is a modern redesign of the Synnergy Circle Games website, originally created for Kyrodev (Leonardo Prado Cosenza). The previous WordPress site was redesigned into a fast, responsive, and user-friendly Next.js application.
- 🎮 Dynamic game portfolio with status indicators (Released/Demo/Coming Soon)
- 🌓 Dark/Light mode support
- 🔍 Real-time game search functionality
- 📱 Fully responsive design
- ⚡ Fast loading and optimized performance
- 🎨 Modern UI with smooth animations
- Framework: Next.js 14
- Styling: Tailwind CSS
- Icons: Font Awesome
- Animations: Custom CSS animations
- Image Optimization: Next.js Image component
- TypeScript: For type safety and better development experience
synergy/
├── app/
│ ├── data/
│ │ └── projects.ts # Game portfolio data
│ ├── layout.tsx # Main layout component
│ └── page.tsx # Main page component
├── public/ # Static assets (images, icons)
└── tailwind.config.ts # Tailwind configuration
-
Game Portfolio
- Easy-to-update game listing
- Support for multiple platforms (Steam, Xbox, Nintendo)
- Status indicators for game development stage
- Search functionality for games
-
Modern Design
- Clean and professional layout
- Smooth animations and transitions
- Consistent branding
- Improved user experience
-
Social Integration
- Direct links to social media
- Steam store integration
- Ko-fi support button
- Discord community link
The original WordPress site had limitations in terms of performance, user experience, and maintainability. This Next.js version offers:
- Better Performance: Faster loading times and smoother interactions
- Easier Maintenance: Structured code and simple content updates
- Modern Features: Real-time search, dark mode, and responsive design
- Improved SEO: Better meta tags and semantic HTML
- Better User Experience: Intuitive navigation and clean design
To run this project locally:
# Clone the repository
git clone [repository-url]
# Install dependencies
npm install
# Run the development server
npm run dev
Developed by Klee for Synnergy Circle Games.
This project is proprietary and belongs to Synnergy Circle Games. All rights reserved.