Skip to content

A catalog that displays Marvel character information and allows users to filter characters based on the event, series, or comics they are associated with. Built using React and Marvel developer API.

Notifications You must be signed in to change notification settings

varunthakkar1/marvel-character-catalog

Repository files navigation

Instructions

A Marvel developer account and API key are needed to use this project.

To use this app, create a file under the src/ directory called constants.js. Next, add the following line:

export const URL_ENDING = "ts=1&hash=YOUR_HASH_HERE" + "&apikey=YOUR_PUBLIC_API_KEY_HERE";

For instructions on how to get an API key and hash, visit the Marvel Developer Portal

Available Scripts

To start the project:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

Enjoy!

About

A catalog that displays Marvel character information and allows users to filter characters based on the event, series, or comics they are associated with. Built using React and Marvel developer API.

Topics

Resources

Stars

Watchers

Forks