Disney Clone |

Details

Role:

For this project, I wanted to practice my styling of a webpage using React. I also used react-dom but only added links to the 'Home' button and a details page when clicking on a movie.

Problems:

I had a few issues during production. Login authentication function wasn't working after deployment. Linking each movie to its respective details page. It was also my first time using Firebase, so naturally I had to get familiar with the platform.

Solutions:

I realized that I hadn't updated the re-direct link on firebase for correct authentication. I had to create my own database with respective films as I didn't have access to the Disney db and couldn't find one online. After that, giving each film an ID and linking that to the details page was straightforward.