Skip to content

A responsive user interface written using React, Redux to navigate through the Marvel Api

Notifications You must be signed in to change notification settings

anisjonischkeit/React-Marvel-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React-Marvel-App

Running The Application Locally

  1. Clone the repository on the master branch
  2. Create a Marvel Developer Account here:
    1. Set the public key in the ./src/settings file to be your api key (you can get one here)
    2. Either set the private key in ./src/settings file or (preferred) add your test server's domain name to the "authorized referrers" list. NOTE: Only set your private key for testing. Do not let this go into production or into your version control.
  3. Run the commands:
yarn install
yarn start

Running Tests

yarn test *

The tests can be found alongside their components

To do

  • Add loading spinner for images while they are loading in the detail view

About

A responsive user interface written using React, Redux to navigate through the Marvel Api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published