Film Finder is a web application that helps users find films based on their preferences. It fetches data from the TMDB API and displays a list of movies that match the user's search query.
- Search for films by title.
- Get detailed information about each film, including title, release date, rating, and a brief description.
- The application handles loading states and displays an error message if the movie fetching fails.
To install the application, follow these steps:
- Clone the repository:
git clone https://github.com/hsavzyan/film-finder.git
- Navigate to the project directory:
cd film-finder
- Install the dependencies:
yarn install
To start the application, run yarn start
in the project directory.
We welcome contributions from the community. If you'd like to contribute, please fork the repository, make your changes, and submit a pull request.
If you have any questions or feedback, please open an issue on this repository.