Skip to content

ebarross/marvel-catalog

Repository files navigation

About The Project

This is a simple catalog of awesome Marvel Comics. The application shows the comics, allowing you to search and view most of his details. All data is provided by public Marvel API.

Build With

  • React
  • TypeScript
  • Styled Components
  • Axios
  • ESLint + Prettier

Demo

The live version of application can be accessed at:

Getting Started

This is an example of how you can run the project locally.

Prerequisites

You have to create an account and get a free API Key at https://developer.marvel.com/

Installation

  1. Clone the repo
git clone https://github.com/ebarross/marvel-catalog.git
  1. Install NPM packages
npm install
  1. Create .env file and enter your API Key and API URL on it
REACT_APP_API_URL=
REACT_APP_API_KEY=

Running

npm start

About

React app that consumes Marvel API and provides a list of comics.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published