Skip to content

victormedeiros1/rick-and-morty-api

Repository files navigation

rickandmorty

💻 Playing with RickAndMortyAPI

The idea of this application is to consume the RickAndMortyAPI with the following technologies:

  • Vue 3
  • GraphQL
  • Quasar
  • SASS

💻 Features

  • Characters list
  • Individual page with character details
  • Life or death indicator over character photo
  • Pagination
  • Filter characters by name
  • Filter characters by status
  • Loading for imagens
  • Loading for page

Running the project

Installation of dependecies

npm install

Iniciando o servidor local

npm run dev

Generate application build

npm run build

License

This project is licensed from MIT. Learn more by clicking here.