This movie app utilizes React hooks, state, and component feats to dynamically display various searched movies from the OMDB movie API.
-
Clone the repository to your local machine:
git clone <repository-url> cd <repository-directory>
-
Install dependencies: Make sure you have Node.js installed. I used React 17. To install the needed packages:
npm install
-
Run the app locally: You start the development server by running:
npm start
-
View the app in your browser: Open http://localhost:3000 to see the app running.
