Skip to content

loveclari/movie-database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movies and Book databse selection

This exercise creates a page that displays an array of Movies and Books

Features:

all of the metadata and images in the mockup can be retrieved from this endpoint in JSON format.

  • Grid items should be sorted alphabetically by Title by default.
  • the Movies / Books radio buttons should be cleared by default, but once selected can only be toggled between one another.
  • [WIP] - When multiple check-boxes are checked, items from all checked categories should appear. E.g. if action and comedy are both selected, the list should show items with either of those tags
  • CLEAR FILTERS clear all filters and return the list to it's original default state.
  • The search field should filter by Title. It should be case insensitive.
    • Tools used:

      • CSS pre-processor LESS.
      • CSS - Grid and Flexbox
      • Vanilla Javascript

      Get Started:

      node.js npm install npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published