https://github.com/pineapplegiant/doggo-promise
A simple card game with doggos 🐾
https://github.com/pineapplegiant/doggo-promise
Last synced: 29 days ago
JSON representation
A simple card game with doggos 🐾
- Host: GitHub
- URL: https://github.com/pineapplegiant/doggo-promise
- Owner: pineapplegiant
- Created: 2019-09-20T07:18:29.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-11-26T23:53:50.000Z (over 2 years ago)
- Last Synced: 2025-02-10T07:42:45.634Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://pineapplegiant.github.io/doggo-promise/
- Size: 4.43 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Doggo-Promise JS


A scrappy built card game with doggos :') 🐶

## Special Thanks
>To all of the puppers out there in the world
* Barbara Fondrieschi for the [doggo images](https://www.behance.net/gallery/74559013/Pups?tracking_source=search%7Cdog&isa0=1) that I stole.
* [Dog.ceo](https://www.youtube.com/watch?v=dQw4w9WgXcQ) for their amazing dog as a service API!!! (Click the dog image above).
* The [FCC](https://www.youtube.com/watch?v=ZniVgo8U7ek) community for giving me some ideas on how to tackle the problem.
## Built With/Things I learned:
* The [Vanilla JS](http://vanilla-js.com/) framework.
* I learned about [promises](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise) - fetch's and response's json's
* How to do flip animation stuff!