Skip to content

fixed a small bug related to list actors in the movie details section #9

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 15 additions & 15 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# See http://help.github.com/ignore-files/ for more about ignoring files.

# dependencies
node_modules

# testing
coverage

# production
build

# misc
.DS_Store
.env
npm-debug.log
# See http://help.github.com/ignore-files/ for more about ignoring files.
# dependencies
node_modules
# testing
coverage
# production
build
# misc
.DS_Store
.env
npm-debug.log
48 changes: 24 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
# Movie Web App

This is a Movie App built in [ReactJS](http://facebook.github.io/react/index.html).
It uses open [The Movie Database (TMDb) API] (https://www.themoviedb.org/documentation/api) to display data.

![](https://github.com/namkwon/reactdemo/blob/master/docs/images/screencapture-main.png)
![](https://github.com/namkwon/reactdemo/blob/master/docs/images/screencapture-detail.png)

## Live Demo
[TMDb Movie App] (https://namkwon.github.io/reactdemo/)

## Features

* List popular movies
* Search movies by title
* Auto-suggest movie title for search function
* View detail movie info including poster, casts, trailers

## Technical Notes

* Followed [Airbnb React/JSX Style Guide](https://github.com/airbnb/javascript/tree/master/react)
* Responsive design using [React-Bootstrap](https://react-bootstrap.github.io/)
* State management using [React-Redux](https://github.com/reactjs/react-redux)
* Environment set-up using [Create-React-App](https://github.com/facebookincubator/create-react-app)
# Movie Web App
This is a Movie App built in [ReactJS](http://facebook.github.io/react/index.html).
It uses open [The Movie Database (TMDb) API] (https://www.themoviedb.org/documentation/api) to display data.
![](https://github.com/namkwon/reactdemo/blob/master/docs/images/screencapture-main.png)
![](https://github.com/namkwon/reactdemo/blob/master/docs/images/screencapture-detail.png)
## Live Demo
[TMDb Movie App] (https://namkwon.github.io/reactdemo/)
## Features
* List popular movies
* Search movies by title
* Auto-suggest movie title for search function
* View detail movie info including poster, casts, trailers
## Technical Notes
* Followed [Airbnb React/JSX Style Guide](https://github.com/airbnb/javascript/tree/master/react)
* Responsive design using [React-Bootstrap](https://react-bootstrap.github.io/)
* State management using [React-Redux](https://github.com/reactjs/react-redux)
* Environment set-up using [Create-React-App](https://github.com/facebookincubator/create-react-app)
Loading