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.
- Search for movies by title
- Display movie results with poster, title, and overview
- Responsive design using Bootstrap
- HTML
- CSS
- JavaScript (ES6)
- Bootstrap
- Axios
To run this project locally, follow these steps:
- Clone this repository to your local machine:
```bash git clone https://github.com/VictoriaPashkouskaya/Movie-Search-SPA.git ```
-
Open the project directory in your code editor.
-
Open the
index.html
file in your web browser.
- Enter a movie title into the search input field.
- Click the "Search" button.
- View the search results displayed on the page.
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.
If you'd like to contribute to this project, please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature/your-feature-name
). - Make your changes.
- Commit your changes (
git commit -am 'Add some feature'
). - Push to the branch (
git push origin feature/your-feature-name
). - Create a new Pull Request.