Skip to content

benlac/rick-and-morty-jellysmack

Repository files navigation

Rick and Morty x Jellysmack

Netlify Status

The Rick and Morty API

This app uses the Rick and Morty REST API.

Stack

  • Typescript
  • Vue.js 3 (composition API script setup)
  • Vuex
  • Vue Router
  • Sass
  • Jest

Features

  • Display the characters
  • Display one character
  • Filter by status
  • Search by name
  • Responsive design
  • Pagination

Demo

Netlify Status

You can test the app by clicking on the link below

https://jellysmack-rick-and-morty.netlify.app/

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Run your unit tests

yarn test:unit

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.