An open API service indexing awesome lists of open source software.

https://github.com/yooreekz/Vue-A-Pet

A small Vue.js project that allows users to view categories of pets to adopt, and add a pet that a user will like to put up for adoption
https://github.com/yooreekz/Vue-A-Pet

Last synced: 11 months ago
JSON representation

A small Vue.js project that allows users to view categories of pets to adopt, and add a pet that a user will like to put up for adoption

Awesome Lists containing this project

README

          

# Vue-a-Pet

## About
This project is about a small system that allows for the view of pet categories (cats & dogs).
The Cats page displays all the available cats. The Dogs page displays all the available dogs.
The Pet page displays the information of a selected pet.

This small system consists of Vuex and Vue-Router.