Skip to content

MarcosJSP/marvel

Repository files navigation

MARVEL comics search engine using Vue

This project was made for EOI-Garantía Juvenil: Programa de Especialización en Programación FullStack (2019) in order to practice:

  • Interaction with the front through url params.
  • Pagination.
  • Basic knowledge about Vue framework & good practices such as componentization.
  • API REST requests.

The project itself is a MARVEL comic search engine that relies on the MARVEL API to allows the user to search for a comic by its name, and also filter the result by alphabetical order or date of sale. A cool thing about the project is that the user can link a specific page (of the pagination) that he found interesting via url.

Demo gif

Marvel Demo

Before start

To use the web the user will need a public and a private API keys and to obtain them it is required to create a MARVEL Account.

Project setup

  1. Install all the dependencies.
npm install
  1. Create the file marvel/src/keys.js and follow the structure of marvel/src/keys.js.example to place the public and private API keys required (MARVEL Account).

Execute instructions

npm run serve

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published