Skip to content

beniusis/gamefindr

Repository files navigation

gamefindr

gamefindr is a simple application for searching games and information about them.

Table of Contents

Overview

Features

  • Search: users are able to search for games by name.
  • Game Information: users are able to view more information about a certain game by clicking on them.
  • Responsive Design: ensuring a seamless user experience for all devices.

Technologies and Tools

Screenshots

Setup the Development Environment

Install the required dependencies

npm install

Compile and Hot-Reload for Development

npm run dev

Format with Prettier

npm run prettier