Skip to content

joelamb/react-cinema

 
 

Repository files navigation

React Cinema

A mobile-first, responsive design movie search app powered by the Open Movie Database API.


Set-up and installation

  • Clone the repo
  • Run npm run build
  • Open index.html in a browser

Technology

  • React
  • HTML, CSS, BEM (Flexbox, Grid)
  • JavaScript (Fetch, OMDB API, localStorage)
    • Pure functions used as much as possible.
    • Concise, reusable functions, each with with a clear purpose.

image

FEATURES

  • Search, with preview
    • Pagination of search results
  • Film details displayed in modal window.
  • Save to favourites
    • View film details by tapping on any favourited film.
    • Reorder / remove favourites.
    • Favourites persist in localStorage.
  • Responsive design

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.4%
  • CSS 2.4%
  • HTML 0.2%