Skip to content

blkmutt/react-test

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 78.4%
  • CSS 21.6%