Game Store is a web application built with React for the frontend and Firebase for authentication and database management. It utilizes the RAWG API to fetch details of games such as release date, images, metacritic score and other relevant information.
You can view a live demo by clicking HERE
- React
- Tailwind
- Firebase
- Jest
- Cypress
- Framer Motion
To run the application on your local machine, follow these steps:
- Clone the repository to your local machine.
git clone https://github.com/Armadillidiid/react-game-store.git
- Install the required dependencies.
npm install
- Create a RAWG account to get your API key.
- Set your API key by adding it to fetch queries.
- Run the project.
npm run dev