Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```