I scraped IMDb's top rated 1,000 movies for their IMDb IDs. I then used those IDs to send 1,000 fetch calls using OMDb and storing the values in a JSON file. Movies are randomly selected and you have to guess the title of the movie based on plot hints.
- React - Front end JavaScript framework
- Redux - JavaScript state management
- Styled Components - JSX/CSS styling
- Beautiful Soup 4 - Python web scraper
This project is licensed under the MIT License.