Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vinicius73/vue-pokemon-memory-game
Pokémon Memory Game
https://github.com/vinicius73/vue-pokemon-memory-game
buefy bulma pokemon pwa vue vuejs
Last synced: 3 months ago
JSON representation
Pokémon Memory Game
- Host: GitHub
- URL: https://github.com/vinicius73/vue-pokemon-memory-game
- Owner: vinicius73
- License: bsd-2-clause
- Created: 2019-02-26T13:47:29.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-22T03:53:55.000Z (3 months ago)
- Last Synced: 2024-10-23T05:52:48.044Z (3 months ago)
- Topics: buefy, bulma, pokemon, pwa, vue, vuejs
- Language: Vue
- Homepage: https://vue-pokemon-memory-game.vinicius73.dev/
- Size: 8.58 MB
- Stars: 49
- Watchers: 1
- Forks: 9
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pokémon - Memory Game
A simple memory game using pokémon.
[![Netlify Status](https://api.netlify.com/api/v1/badges/a55967e2-feb2-4ae4-bb35-d58e6c0d1321/deploy-status)](https://app.netlify.com/sites/vue-pokemon-memory-game/deploys)
![demo](public/img/demo-cover.png)
## Resources used
- [Vue.js (PWA)](https://vuejs.org)
- [Buefy](https://buefy.org/)
- [Bulma CSS](https://bulma.io/)
- [Material Design Icons](https://materialdesignicons.com/)## Commands
```sh
yarn install // install deps
yarn run serve // serve app http://localhost:8080
yarn run build // build app
```