blkmutt / react-test

React Test using the Marvel API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-test

Testing out React based on their examples and documentation. Tossed the Marvel API into the mix as well :) Some of this is totally junk code for testing.

##Getting things setup

  1. Clone this project
  2. Get a Marvel API Key
  3. Add Localtest.me or some other version of localhost to valid Marvel referrers (Under "My Developer Account" on the developer.marvel.com website.)
  4. Create /scripts/key.js and add something like window.key = "yourkeyhere";
  5. Run the site on some type of local webserver. I generally use http-server (npm install -g http-server);

This basically just lets you search for heroes / villains and add them to your team. You can then remove them from your team. That's about it...

About

React Test using the Marvel API


Languages

Language:JavaScript 78.4%Language:CSS 21.6%