cmkap / game-hub

Home Page:https://game-hub-cmkap.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Game Hub

Game Hub is a web application designed to help you filter and search for games. It provides an intuitive user interface where you can discover new games based on different criteria. This README file will guide you through the setup and deployment process of Game Hub.

Table of Contents

Getting Started

To get started with Game Hub, follow the instructions below.

Prerequisites

Before running Game Hub, make sure you have the following software installed on your machine:

Installation

  1. Clone the repository from your Git account:

    git clone <repository-url>
    
    
  2. Navigate to the project directory:

    cd game-hub
    
  3. Install the dependencies using npm:

    npm install
    
    

Usage

To start the development server, use the following command:

npm run dev

This will start the development server and launch the Game Hub application in your browser. You can now begin exploring and filtering games based on your preferences.

Deployment

Game Hub can be deployed using various hosting platforms. In this project, I have deployed the application on Vercel.

Please have a look using the link below!

For more information on deploying with Vercel, refer to the Vercel documentation.

Technologies Used

Game Hub is built using the following technologies and libraries:

  • React - JavaScript library for building user interfaces
  • Vite - Fast development server and build tool for modern web applications
  • Chakra UI - Simple and customizable component library for React
  • Axios - Promise-based HTTP client for making API requests
  • Framer Motion - Production-ready motion library for React
  • ESLint - JavaScript and TypeScript linter
  • TypeScript - Typed superset of JavaScript

Contributing

Contributions to Game Hub are always welcome! If you want to contribute, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Make your changes.

License

This project is licensed under the MIT License.

About

https://game-hub-cmkap.vercel.app


Languages

Language:TypeScript 99.0%Language:JavaScript 0.5%Language:HTML 0.5%Language:CSS 0.0%