FliccPicker is an application designed to help you overcome the overwhelming number of choices on Netflix. If you find yourself endlessly scrolling through options without being able to decide what to watch, FliccPicker is here to help. By selecting a genre, FliccPicker will provide you with a curated list of movies or shows to choose from, making your decision easier and quicker.
To run this locally, clone the repository using SSH or HTTP from my GitHub. Once inside your preferred editor, run npm install
to install the necessary dependencies. After completion, you can run the site from the terminal. Alternatively, you can visit the deployed version.
Link to deployed: FliccPicker
- Open the application.
- Select a genre from the dropdown menu.
- Click the "PICK MY FLICC" button.
- Browse through the curated list of movies or shows.
- Click on a movie or show to get more details and watch it.
- jQuery: For DOM manipulation and AJAX requests.
- JavaScript: For dynamic content generation and logic implementation.
- DOM Manipulation: To dynamically update the content based on user interactions.
- Fetch Calls: To retrieve data from external APIs.
Alyson, Randon, Austin, Michael Credit goes out to shields.io for the badge.
- Dynamic genre selection
- Curated list of movies and shows
- Easy navigation and user-friendly interface
- Integration with external APIs for fetching movie data
This product is licensed under the MIT License. https://choosealicense.com/licenses/mit/
- I need to fix select when logged into deployed.
- Fix the first generating of cards when genre has spaces.
- Add favorite page.
- Create a about me page.
- Add them to navbar.
- Adjust the cards and UI so that its more appealing.