Skip to content

shailenpatel1/MyMovieCollection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

MyMovieCollection

MyMovieCollection app is a reactjs app

functions (according to specs):

  • 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

BUILD AND RUN INSTRUCTIONS:

$ 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

Bonus:

  • uses boostrap.css
  • uses localstorage to persist data

Additional react and bootstrap components/dependencies:

-FormGroup from 'react-boostrap' -TypeAhead from 'react-boostrap-typeahead'

About

A crud application built with responsive react components

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •