/API-films-API-Los-pelicular-

API films/ API Los pelicular

Primary LanguageJavaScript

Movie Search SPA

This project is a single-page application (SPA) that allows users to search for movies using The Movie Database (TMDb) API. The application fetches movie data from the API and displays the results dynamically on the page.

Table of Contents

  1. Features
  2. Technologies
  3. Setup
  4. Usage
  5. Code Overview
  6. Contributing

Features

  • Search for movies by title
  • Display movie results with poster, title, and overview
  • Responsive design using Bootstrap

Technologies

  • HTML
  • CSS
  • JavaScript (ES6)
  • Bootstrap
  • Axios

Setup

To run this project locally, follow these steps:

  1. Clone this repository to your local machine:

```bash git clone https://github.com/VictoriaPashkouskaya/Movie-Search-SPA.git ```

  1. Open the project directory in your code editor.

  2. Open the index.html file in your web browser.

Usage

  1. Enter a movie title into the search input field.
  2. Click the "Search" button.
  3. View the search results displayed on the page.

Code Overview

  • index.html: HTML file containing the structure of the webpage.
  • style.css: CSS file containing styles for the webpage.
  • main.js: JavaScript file containing functionality to interact with the TMDb API and display movie results.

Contributing

If you'd like to contribute to this project, please follow these steps:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/your-feature-name).
  3. Make your changes.
  4. Commit your changes (git commit -am 'Add some feature').
  5. Push to the branch (git push origin feature/your-feature-name).
  6. Create a new Pull Request.