Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 881 Bytes

README.md

File metadata and controls

48 lines (33 loc) · 881 Bytes

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