Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 610 Bytes

README.md

File metadata and controls

43 lines (32 loc) · 610 Bytes

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