Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lmaldonadoch/adopt-pet
https://github.com/lmaldonadoch/adopt-pet
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lmaldonadoch/adopt-pet
- Owner: lmaldonadoch
- Created: 2020-07-09T22:24:35.000Z (over 4 years ago)
- Default Branch: development
- Last Pushed: 2023-01-06T11:16:33.000Z (almost 2 years ago)
- Last Synced: 2023-03-07T12:32:14.856Z (over 1 year ago)
- Language: Vue
- Size: 1.5 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Adopt a Pet!
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]> This is a project based on the FreeCodeCamp tutorial on YouTube. It features the creation and update of a database, the use of the store feature on Vue, Vuex, and bootstrap-vue. In this app, we display the cats and dogs available to adopt through a component table that we reuse for both.
![screenshot1](./src/assets/screenshot01.png)
![screenshot1](./src/assets/screenshot02.png)
## Built With
### Developing tools
- Vue
- Vuex
- Bootstrap## Getting Started
To get started with the app, please follow these steps:
- Navigate to the folder where you would like to save the app.
- Open your terminal by right-clicking, and opening the command line of your choice.
- Clone the repo by typing:
```
$ git clone [email protected]:lmaldonadoch/adopt-pet.git
```- Access the newly created folder by typing:
```
$ cd adopt-pet
```- Install the necessary dependencies:
```
npm install
```- Bundle the resources and run the code locally:
```
$ npm run serve
```- Open [http://localhost:8080/](http://localhost:8080/) on your browser.
### Prerequisites
- Node. If you do not have Node installed in your local machine, please refer to the [Official Documentation](https://nodejs.org/en/download/)
- Vue-CLI. If you do not have Vue-CLI installed in your local machine, please refer to [Official Documentation](https://cli.vuejs.org/)
- Basic command line knowledge.## Author
👤 **Luis Angel Maldonado**
- Github: [@lmaldonadoch](https://github.com/lmaldonadoch)
- Twitter: [@LuisAngelMCh](https://twitter.com/LuisAngelMCh)
- LinkedIn: [lmaldonadoch](https://www.linkedin.com/in/lmaldonadoch)## 🤝 Contributing
Feel free to check the [issues page](https://github.com/lmaldonadoch/adopt-pet/issues).
## Aknowledgement
- Project based on the [freeCodeCamp.org tutorial on YouTube](https://youtu.be/4deVCNJq3qc)
## Show your support
Give a ⭐️ if you like this project!
[contributors-shield]: https://img.shields.io/github/contributors/lmaldonadoch/adopt-pet.svg?style=flat-square
[contributors-url]: https://github.com/lmaldonadoch/adopt-pet/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/lmaldonadoch/adopt-pet.svg?style=flat-square
[forks-url]: https://github.com/lmaldonadoch/adopt-pet/network/members
[stars-shield]: https://img.shields.io/github/stars/lmaldonadoch/adopt-pet.svg?style=flat-square
[stars-url]: https://github.com/lmaldonadoch/adopt-pet/stargazers
[issues-shield]: https://img.shields.io/github/issues/lmaldonadoch/adopt-pet.svg?style=flat-square
[issues-url]: https://github.com/lmaldonadoch/adopt-pet/issues