Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/claudiabdm/acnh-character-maker

An animal crossing character maker built with Vue 3.
https://github.com/claudiabdm/acnh-character-maker

acnh animal-crossing animal-crossing-new-horizons jest vue

Last synced: 2 months ago
JSON representation

An animal crossing character maker built with Vue 3.

Awesome Lists containing this project

README

        

# Animal Crossing: Character Maker

https://user-images.githubusercontent.com/44007726/121782906-34779e00-cbac-11eb-9a2b-425ca3c1c1ef.mov

An animal crossing character maker for designing cute villagers.

👩🏻‍💻Demo:
https://animal-crossing-character-maker.pages.dev/

🎨Character design by:
https://www.figma.com/community/file/834210307944210537/Animal-Crossing-Character-Maker

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Lints and fixes files
```
npm run lint
```

### Run unit test with jest
```
npm run test:unit
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).