- As a user I want to use the app in the latest version of Chrome.
- As a user I want to be able to enter new movies.
- As a user I want to be able to search existing movies by an arbitrary field.
- As a user I want to be able to see a list of all my movies.
- As a user I want to be able to either DELETE a movie or UPDATE a movie. (You must implement at least one.)
- As a user I want to record the following info about any given movie :
- Genre
- Actors
- Title
- Year
- Rating
$ npm install react react-dom
$ npm install --save react-router-dom
$ npm install bootstrap
$ npm install --save react-bootstrap-typeahead
$ cd MyMovieCollection/components/src
$ npm start
- uses boostrap.css
- uses localstorage to persist data
-FormGroup from 'react-boostrap' -TypeAhead from 'react-boostrap-typeahead'