popcornBuckt is a basic movie and TV show database application built using ReactJS. It fetches data from the OMDB API and displays the results on the page. It's a simple and straightforward app that allows users to search for movies and TV shows and view information about them.
- Search for movies and TV shows by title.
- View details such as title, year, type, and poster image.
- Responsive design for a seamless experience on various devices.
- Clone the repository:
git clone https://github.com/bentekku/popcornBuckt-reactjs.git- Navigate to the project directory:
cd popcornBuckt-reactjs- Install dependencies:
npm install- Start the development server:
npm start- This automatically opens your default browser and navigates to
http://localhost:3000.
- Enter the title of a movie or TV show in the search bar.
- Click the "Search" button.
- Results will be displayed below the search bar. Click on a result to view more details.
- ReactJS: A JavaScript library for building user interfaces.
- OMDB API: Open Movie Database API used for fetching movie and TV show data.
Contributions are welcome! If you find any bugs or have suggestions for improvements, please create an issue or submit a pull request.
This project is licensed under the MIT License.
