Skip to content

A React App which uses Marvel API built as part of my React Workshop

Notifications You must be signed in to change notification settings

apurvkhare/marvel-workshop-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MARVEL REACT APP

  • This is a React App that is created for my React workshop
  • Clone or Fork the Repo
  • Go to Marvel's Developer Portal
  • Sign up, give reason for using the API like "To use for a personal website, just to explore. Using it for Hobby." Any random reason.
  • After logging in go to your account
  • Take note of the Public Key and Private Key
  • go to MD5 Hash Generator
  • Assume your private key is "qwerty" and public key is "asdfg", then give input as "1qwertyasdfg" and generate MD5 Hash
  • Now create a ".env" file in the repo and add two keys,
    • REACT_APP_MARVEL_API_KEY=
    • REACT_APP_MARVEL_API_MD5_HASH=
  • First run "yarn"
  • Once the dependncies have installed then run "yarn start"

About

A React App which uses Marvel API built as part of my React Workshop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published