Skip to content

schnehowebking/video-game-store

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Video Game Search and Wishlist Website

View Project here

This is a website built with React that allows users to search for different video games using the RAWG.io API and create a wishlist of games that they want to play.

image

Features

  • Search for video games by name using the RAWG.io API
  • View detailed information about each game, including its title, release date, platforms, and links
  • Add games to a wishlist that is saved locally on the user's device
  • View the user's wishlist and remove games from it
  • Routing implemented with React Router
  • Icons used throughout the website are provided by Heroicons

Installation

To run this website locally, you will need to have Node.js and npm installed on your machine.

  1. Clone this repository to your local machine
  2. Open a terminal in the project's root directory and run npm install to install the required dependencies
  3. Create a .env file in the root directory and add your RAWG.io API key as follows: REACT_APP_RAWG_API_KEY=<your_api_key>
  4. Run npm start to start the development server
  5. Navigate to http://localhost:3000 in your web browser to view the website

Technologies Used

  • React
  • React Router
  • Heroicons
  • Create React App
  • React Modal
  • Web3Forms contact form

About

React video game search website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 74.5%
  • CSS 21.8%
  • HTML 3.7%