/marvel-app

App that list marvel's heroes

Primary LanguageJavaScript

marvel-app

  • create a form to edit marvel's character
  • Create a card list to show characters showing the image and name
  • The user can go to character's detail page and view series list
  • allowing the user to search characters

running

  • after clone project

    $ cd marvel-app
  • install dependencies

    npm install

  • Run app

    npm start

dependencies