This is a website built using React and styled with Chakra UI. The website allows users to view and explore a library of games. The games can be filtered and sorted by various criteria, including genre, platform, and release date.
View Demo
Table of Contents
- Browse and search through a comprehensive library of games
- Filter games by genre, platform, and release date
- Sort games by relevance, title, or release date
- View detailed information about each game, including screenshots, description, and ratings
- Responsive design that works well on desktop and mobile devices
To get a local copy up and running follow these simple example steps.
- Node.js
- Clone the repo
git clone https://github.com/AMGHAR-ELMAHDI/GameHub.git
- Install NPM packages
npm install
- Build The Project
npm run build
npm run preview