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.
- React
- TypeScript
- Styled Components
- Axios
- ESLint + Prettier
The live version of application can be accessed at:
This is an example of how you can run the project locally.
You have to create an account and get a free API Key at https://developer.marvel.com/
- Clone the repo
git clone https://github.com/ebarross/marvel-catalog.git
- Install NPM packages
npm install
- Create
.env
file and enter your API Key and API URL on it
REACT_APP_API_URL=
REACT_APP_API_KEY=
npm start