A movie display site where you can browse various latest and popular movies.
I built moviesHub using React JS. I have integrated various APIs to fetch movie data, ensuring that moviesHub stays up-to-date with the latest releases.
Used Functional Components: I designed moviesHub using functional components, which are simpler and easier to maintain than class components.
Used React Router: To ensure smooth navigation within moviesHub, I employed React Router.