Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/favrora/Avatar-Maker
Create your own avatar with Vue Avatar Maker app
https://github.com/favrora/Avatar-Maker
avatar avatar-generator avatar-maker avatars vue vue-app vue-app-demo vue-avatar
Last synced: 11 days ago
JSON representation
Create your own avatar with Vue Avatar Maker app
- Host: GitHub
- URL: https://github.com/favrora/Avatar-Maker
- Owner: favrora
- License: gpl-3.0
- Created: 2020-04-13T11:33:59.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-07T01:36:36.000Z (7 months ago)
- Last Synced: 2024-07-31T09:10:22.778Z (3 months ago)
- Topics: avatar, avatar-generator, avatar-maker, avatars, vue, vue-app, vue-app-demo, vue-avatar
- Language: Vue
- Homepage: https://avatarx.netlify.app
- Size: 3.33 MB
- Stars: 328
- Watchers: 7
- Forks: 70
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - favrora/Avatar-Maker - Create your own avatar with Vue Avatar Maker app (Vue)
- awesome-github-star - Avatar-Maker
README
# Avatar Maker
Collect your avatar from different parts. The code of this program is very easy, any developer will be able to understand the code. SVG is used to draw an avatar.
*Give a star to the repository, it will help us grow! Thanks!*
## Demo
[Demo version of the project](https://avatarx.netlify.app/)
## Preview
## Mobile app
Link to the Avatar Maker mobile app for Android on Google Play: [Mobile app](https://play.google.com/store/apps/details?id=com.favrora.avatar)
## Development
Getting Start:
* Open a terminal.
* Go to the folder where you want to copy the project.
* Copy the project with this command:```sh
$ git clone https://github.com/favrora/Avatar-Maker.git
```* Go to the project folder:
```sh
$ cd avatar-maker
```In order to run it locally you'll need to fetch some dependencies and a basic server setup.
* Install local dependencies:
```sh
$ npm install
```* Start the development server and open [`http://localhost:8080`](http://localhost:8080).
```sh
$ npm run serve
```## Open tasks
* [Align the avatar to the bottom for mobile devices.](https://github.com/favrora/Avatar-Maker/issues/9)
* [Add the ability to change color](https://github.com/favrora/Avatar-Maker/issues/14)
* [Add a female avatar](https://github.com/favrora/Avatar-Maker/issues/15)## Completed tasks
* ~~Change random avatar without reloading the site.~~ | Done by [Bruno Neves](https://github.com/7br-uno) | 23.03.2021
* ~~Add function to download created avatar as a png image.~~ | Done by [Peter H.](https://github.com/PetFeld) | 01.03.2021
* ~~Create a demo site~~ | Done by [Andrew Kliskey](https://github.com/andrewkliskey) | 03.02.2021