Day 4 (30 Day of Code)

Day 4 (30 Day of Code)

3 July 2023

Today I completely dedicated myself to completing the project which I started on 2 July.

I have completed the project I was hoping for and I feel pretty confident in using React.

About the project :

It is a Movie catalog website (IMDB Clone) using React and TheMovieDB API.

For more details please take a look at my GitHub repository.

https://github.com/nirbhay-singh100/IMDB-clone

What did I learn?

  1. React Hooks such as useEffect.

  2. Routing parameters in React using react-router-dom.

  3. I have used new packages such as react-responsive-carousel and react-loading-skeleton.

  4. How to Integrate API in React.

Homepage

Routing parameters

Routing parameters

A big thanks to Coding Star for an amazing and informative tutorial.

Check out his channel if you want to learn about the project.

https://www.youtube.com/watch?v=KH-pw1cv34E&t=2409s&ab_channel=CodingStar

Note:

The CSS or anything related to design was not done by me. It was all copied. However, the React part is something I learned from the tutorial and tried my best to implement whenever it was needed.