https://netflixclone-black.vercel.app/
This site is a demonstration of the powers of react. This project utilized
NextJs for both clientside and serverside rendering. Google Firebase is used
for authentication and storage of user's credentials. As for stylying, the
project utilizes styled-components that enable a responsive design layout
suitable for both mobile and desktop views as shown in the below images.
The site is hosted on vercel
copy the following code to terminal
git clone https://github.com/Cavein254/netflixclone.git
yarn install
yarn start
``