Disney Clone (React, Redux, Firebase)

Qurat-ul-Ain
May 3, 2021

--

We all our Disney lovers since childhood, so have you ever visited www.disneyplus.com and give a thought, how this beautiful site has been created. Let's dig a little deeper and start building a Disney Clone of your own. Thanks to cleverprogrammers!

Build an app
npx create-react-app disneyclone
moe into the folder cd disneyclone

install dependencies, to avoid making css file for every component we will use style components. its make our work a lot more easier
npm i styled-components

--

--