This great project consists of a web application that searches among all the active characters in the Marvel comics, showing a little information about each one as well as an image.
npm install
After you have installed the dependencies, you must configure the file "src / env.js" and place the keys provided by the Marvel API.
apikey: 'your public api key',
hash: 'a md5 digest of the ts parameter, your private key and your public key',
npm run serve
npm run build
npm run lint
- VueJS - The web framework used
- Bulma and Buefy - Used for styles
- Marvel API - Data provider API
- Alessandro Morales - Full project builder - @alssdev