Skip to content

Movie Search Engine.TECH: HTML, CSS, JavaScript, JQuery

Notifications You must be signed in to change notification settings

mikegoat1/FliccPicker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FliccPicker

Description

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.

Table of Contents

Installation

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

Usage

  1. Open the application.
  2. Select a genre from the dropdown menu.
  3. Click the "PICK MY FLICC" button.
  4. Browse through the curated list of movies or shows.
  5. Click on a movie or show to get more details and watch it.

Tools Used

  • 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.

Credits

Alyson, Randon, Austin, Michael Credit goes out to shields.io for the badge.

Features

  • Dynamic genre selection
  • Curated list of movies and shows
  • Easy navigation and user-friendly interface
  • Integration with external APIs for fetching movie data

License

This product is licensed under the MIT License. https://choosealicense.com/licenses/mit/

Fixes

  • 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.

About

Movie Search Engine.TECH: HTML, CSS, JavaScript, JQuery

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 41.4%
  • JavaScript 41.3%
  • CSS 17.3%