Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 906 Bytes

README.md

File metadata and controls

43 lines (32 loc) · 906 Bytes

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.