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
- Host: GitHub
- URL: https://github.com/yooreekz/Vue-A-Pet
- Owner: ricobuilds
- Created: 2020-07-12T15:41:50.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T11:20:12.000Z (over 3 years ago)
- Last Synced: 2023-05-15T13:26:24.760Z (about 3 years ago)
- Language: Vue
- Size: 3.3 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
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.