Skip to content

zonzujiro/tmbd-web-client

Repository files navigation

TMDB Web client

The learning project for Kottans. React with CRA, Redux, reselect, lodash/fp

Web client for The Movie Database

Just look how beautiful the app is!

MVP functionality:

  1. As a user, I want to see the list of popular movies with dynamic loading
  2. As a user, I want to search movie:
  • By movie title
  • By name of actors
  • By genre
  • etc.
  1. I want to see result while I typing the search request
  2. As a user, I want to open a page with all information about a movie, like related movies, genres, etc.
  3. As a user, I want to have the list of my favorites movies

Installation and developing

To install project - run:

yarn install:ci

To start dev server:

yarn start

To run tests:

yarn test:ci