Skip to content

Latest commit

 

History

History
74 lines (56 loc) · 1.75 KB

README.md

File metadata and controls

74 lines (56 loc) · 1.75 KB

🦸‍♂️ React Marvel

Discover the Marvel Universe with the React Marvel app.
Here you can find information about your favorite Marvel character and find comics with him.

Features

Find information about the characters

  • Pick a random character

    Show screenshot
  • Pick a specific character from the list

    Show screenshot
  • Enter character's name on a form

    Show screenshot

Find information about the comics

In comics page select the comic you're interested in.

Show screenshots

Stack

How to run

  1. Clone this repo and go to the cloned folder.
$> git clone https://github.com/cvine21/react-marvel.git && cd react-marvel
  1. Install all the dependencies
$> npm install
  1. Run the application
$> npm start