Skip to content

omurilo/marvel-api

Repository files navigation

marvel-api

Marvel Comics API

GitHub language count Repository size Made by Murilo Henrique GitHub last commit License Stargazers

Project   |    Technologies   |   How to use   |    License

💻 Project

Marvel Comics - An application to consume marvel api characters, creators, events and comics.

The objective for this project was the development of a frontend to train and test skills.

🚀 Technologies:

✨ Typescript was the language used throughout the project 💞
  • Next.js on frontend and Styled Components to more beautiful interface.

ℹ️ How To Use

It is necessary to have

  • Node.js v12+ installed
  • npm or yarn 💞

The first thing is install the dependencies

# First, clone this repository:
git clone https://github.com/omurilo/marvel-api.git

# Install dependencies
cd marvel-api && yarn

Then, configure environment files

# copy .env.example on root folder
cp .env.example .env.local

# open that with your favorite editor and enter your credentials

# NEXT_PUBLIC_MARVEL_API_KEY is the API Key to use on frontend api calls

# MARVEL_SECRET_KEY is the API Secret Key to use on server render api calls

And let's go!

yarn dev

Or access the online page on:

Marvel Comics

📝 License

This project is under the MIT license. See the LICENSE for details.


If everything goes well, now the system will be just waiting for you

Made with ♥ by Murilo Henrique 👋 Get in Touch