Simple responsive UI for searching The Movie/Tv Show using Database movieDB.
As a user,
I would like to explore library with movies&tvShows,
I would like to be able to see any movie&tvShow I will search,
As a user,
I would like to have a flexibility,
So I can switch between categories,
As a user,
Sometimes I'm not sure what I'm looking for,
So I would like to see default suggest movies/tv shows based on choosen category,
As a user,
I'm very keen to see more details,
So I would like to see more informations about choosen movie/tv show,
As a user,
I'm very keen to see scoring,
So I would like to see rating for movie/tv show,
As a user,
I'm very keen to see thriller,
So I would like to see it for choosen movie/tv show,
- Git fork and clone the repository and cd into the
app folder
. - Run
npm install
to install all dependencies. - Run
npm start
which will boot up the server onlocalhost:62485
. - Get your friends to join and test the app by searching and exploring library together! Have fun :)
Testing Instructions