🕹ī¸ ARM-Games


ARM-Games is a web application that fetches video game data from the RAWG.io API. Built with Vite in vanilla JavaScript, it features hash-based navigation, modals, search, infinite scrolling carousels, and a section to save favorite games using a like button.

Live Demo

🚀 Deploy
📄 GitHub Repository

Project Screenshot

Features

Installation

To run this project locally, follow these steps:

  1. Clone the repository:
    git clone https://github.com/arselt/js-arm-games.git
    cd js-arm-games
    
  2. Install dependencies:
    npm install
    
  3. Get an API key from RAWG.io and create a .env file in the project directory:
    echo "VITE_API_KEY=your_api_key_here" > .env
    
  4. Start the development server:
    npm run dev