/Marvel-project

A project with the marvel api

Primary LanguageJavaScript

Marvel API

Projeto feito com React importando a biblioteca Axios para lidar com a API

Project made with React importing the Axios library to handle the API

Funcionalidades

Mostra os personagens e quando você passa o mouse por cima da imagem mostra as cores e o nome do personagem.

It shows the characters and when you move the mouse over the image it shows the colors and the name of the character.

The project is under development...

project settings

starting and installing project dependencies:

npx create-react-app

npm install axios
# or
npm i axios

starting server:

npm start