Here lies a repository to help you create dynamic pages in React.
Free-To-Play API: https://rapidapi.com/digiwalls/api/free-to-play-games-database
Live Demo: https://golden-pudding-323201.netlify.app/
YouTube Video: https://www.youtube.com/watch?v=t-2X1fiS61U&lc=UgxWxQxn78khvb24SAN4AaABAg
If you need some help getting start, I created some code for you to get your project off the ground.
Let's create a React app
npx create-react-app your-app
and install some dependencies
cd your-app
npm install
axios // if you intend on using an API
react-router-dom