superhero-app

This project is simple app that is fetching data from Marvel Api.
Beside simple fetching and showing data from an Marvel Api, there is also a dynamic character searching function.


Tchnologies

  • Vue 3
  • Vue-Router
  • Vite
  • Tailwind

Used Libraries

  • js-md5 (MD5 hash function)
  • mitt (for global events)

Recommended IDE Setup

VSCode

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint