Skip to content

pricarrenho/marvel-app

Repository files navigation

Marvel-App

Technologies   |    Preview   |    Getting started   |    Project

🧪 Technologies

This project was developed using the following technologies:

🔥 Preview

Deploy with Vercel

🚀 Getting started

Clone the project and access the folder

$ git clone https://github.com/pricarrenho/marvel-app && cd marvel-app

Add environment

# Add your environment variable based on .env.example
REACT_APP_PRIVATE_KEY=//add here your marvel api private key
REACT_APP_PUBLIC_KEY=//add here your marvel api public key

Follow the steps below

# Install the dependencies
$ npm install

# Start the project
$ npm start

Or with Yarn

# Install the dependencies
$ yarn install

# Start the project
$ yarn start

💻 Project

Marvel was developed to validate knowledge in React.



Made with 💜 by Priscilla Carrenho