Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 641 Bytes

File metadata and controls

31 lines (22 loc) · 641 Bytes

React Dynamic Pages

Here lies a repository to help you create dynamic pages in React.

Some Links

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

Getting Started

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