This is a React-based application that displays a gallery of featured video games. Each game is represented with its title, subtitle, description, and an image. The project is built using Bun for package management and Vite as the build tool.
Follow these steps to set up the project on your local machine:
If you haven't already, install Bun by following the official installation guide: Bun Installation.
Clone the repository to your local machine:
git clone <repository-url>
cd <repository-directory>
Install the dependencies using Bun:
bun install
Start the development server with Vite:
bun run dev
The project uses Tailwind CSS for styling, ensuring a responsive layout with utility-first classes. The grid-container is used to create a responsive grid layout for the video game cards, and hover effects are applied to each card for interactivity.
This project is open-source and available under the MIT License. It's free! so you can modify it and play with it.