Giter VIP home page Giter VIP logo

movie-database-search's Introduction

Movie Database Search

Set up

  • Install dependencies with npm install
  • Start a json db with npm run db
  • Bundle CSS and JS files with npm run watch
  • Start a dev server with npm run dev
  • Run tests with npm run test

Acceptance Criteria

MovieSearch-01

AS A user
I WANT to search for a movie
SO THAT I can find something to watch

GIVEN I am on the search page
WHEN I view the page
THEN I can see a box with a button so I can search for a given movie title

MovieSearch-02

AS A user
I WANT to see a list of movies based on my search
SO THAT I can pick from the results

GIVEN I am on the search page
WHEN I have entered a search term
THEN I can see a grid of movies, each showing the poster, title and year of release

MovieSearch-03

AS A user
I WANT to see search results displayed in groups with pagination labelling at the top
SO THAT the page remains performant and I can see which group I am looking at

GIVEN I am on the search page
WHEN the search results are displayed
THEN I can see the results load, (showing x of x) to indicate the current paginated group being displayed
AND I can click arrows to navigate between the groups of results

MovieSearch-04

AS A user
I WANT to see more information about a film
SO THAT I can decide whether to watch it

GIVEN I am on the search page
WHEN I click on a film
THEN a modal appears, displaying the poster, title, year, plot, director, genre and cast of the selected film

movie-database-search's People

Contributors

davidtrussler avatar danielurwin avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.