joelxr / ybms

YBMS - Your beloved movies and series

Home Page:https://www.ybms.joelxr.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Netlify Status

YBMS

Your beloved movies and series

A WEB application using The Movie DB API to display a preset list of the top 15 movies and TV Series.

Demo

Here is a working live demo: https://www.ybms.joelxr.dev/

Features

  • List the preset movies and series on a homepage.
  • Switch between Movie or TV Series view.
  • Order by released date.
  • Add a movie or series to a favorites list.
  • See quick info of a selected movie or series (poster, title, year, short description, runtime, rating).
  • See more detailed view of a movie or series (poster, title, year, full description, runtime, rating, cast, reviews, videos).

Built with

To-do

  • Reponsive adjustments
  • Use all the data that The Movie DB provide instead of 15 movies and 15 TV series.
  • Cinemas availity support
  • Tests with Jest and Cypress

Deploy

To build the application use NPM:

npm install
npm run build

To start with the development mode:

npm run serve

About

YBMS - Your beloved movies and series

https://www.ybms.joelxr.dev/


Languages

Language:JavaScript 61.1%Language:CSS 34.3%Language:HTML 4.6%