This is an Apple clone project built using Class based react component.
React is a high performance User interface tool
npm install : To install all the dependencies neccessary to build the app
Create .env file to put all individual credintials
client folder is all about the front end part of the Apple page
Server folder represent the server-side the backend of the app which includes MYSQL Database to store Iphone product data
I used the data in the database to render the Iphone and Learn more pages
I integrated Apple youtube channel Latest videos on the app Using API
Also React Router DOM to make the React page serves multiple page with only one Index.html
nodemon app.js : To run the database
npm start: To render the frontend