Learn how to code an interactive Movie Database app using ReactJS. We look into the implementations of using an API to get information about movies and display them on screen using react components. We also look into hooks such as the useState hook to create a functional state.
Source Code: https://github.com/TylerPottsDev/react-movie-database
#react #reactjs #javascript