Skip to content

pedroguia/marvel-characters-db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Marvel characters database

A small project made with React & Marvel API

Live at

https://marvel-characters-db-seven.vercel.app/

Built with

  • React
  • Marvel API
  • Jest + React Testing Library
  • React-Bootstrap
  • React-router-dom
  • Axios

Features

  • React v17
  • Mobile first approach
  • IE11+ compatible
  • Custom hooks
  • Unit testing
  • Http Service to manage all API requests
  • Sass variables in JS

Usage

Create .env file in root directory and add the following:

REACT_APP_PUBLIC_API_KEY={your-marvel-api-key}

Install dependencies:

yarn

Start dev server:

yarn start