This is a simple web application that allows users to search for movies by name.
- Search for movies by name
- Display movie details, including poster, title, and year of release
- Enter the name of a movie into the search bar.
- Click the "Search" button or press Enter.
- The application will display a list of movies that match the search query.
- HTML
- CSS
- JavaScript
- OMDB API
Firstly you will need node modules to run this code, you can do that by running the following command in the terminal:
Here are some other important terminal commands you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
Having any query??