{"id":13458478,"url":"https://github.com/favrora/Avatar-Maker","last_synced_at":"2025-03-24T15:31:23.023Z","repository":{"id":38231974,"uuid":"255308142","full_name":"favrora/Avatar-Maker","owner":"favrora","description":"Create your own avatar with Vue Avatar Maker app","archived":false,"fork":false,"pushed_at":"2024-04-07T01:36:36.000Z","size":3496,"stargazers_count":345,"open_issues_count":9,"forks_count":72,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-03-23T00:19:37.665Z","etag":null,"topics":["avatar","avatar-generator","avatar-maker","avatars","vue","vue-app","vue-app-demo","vue-avatar"],"latest_commit_sha":null,"homepage":"https://avatarx.netlify.app","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/favrora.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-04-13T11:33:59.000Z","updated_at":"2025-03-20T20:33:52.000Z","dependencies_parsed_at":"2024-01-13T17:28:13.487Z","dependency_job_id":"ab5e531c-b709-49c5-9eff-32234c89f010","html_url":"https://github.com/favrora/Avatar-Maker","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/favrora%2FAvatar-Maker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/favrora%2FAvatar-Maker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/favrora%2FAvatar-Maker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/favrora%2FAvatar-Maker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/favrora","download_url":"https://codeload.github.com/favrora/Avatar-Maker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245298052,"owners_count":20592527,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["avatar","avatar-generator","avatar-maker","avatars","vue","vue-app","vue-app-demo","vue-avatar"],"created_at":"2024-07-31T09:00:52.985Z","updated_at":"2025-03-24T15:31:22.985Z","avatar_url":"https://github.com/favrora.png","language":"Vue","funding_links":[],"categories":["Vue"],"sub_categories":[],"readme":"\u003cp align=\"left\"\u003e\n    \u003ca href=\"https://github.com/favrora/Avatar-Maker/stargazers\"\u003e\n      \u003cimg alt=\"Stargazers\" src=\"https://img.shields.io/github/stars/favrora/Avatar-Maker?color=blue\"\u003e\n    \u003c/a\u003e\n    \u003cimg alt=\"Contributors\" src=\"https://img.shields.io/github/contributors/favrora/Avatar-Maker?color=blue\"\u003e\n    \u003cimg alt=\"License\" src=\"https://img.shields.io/github/license/favrora/Avatar-Maker?color=blue\"\u003e\n    \u003cimg alt=\"Repository size\" src=\"https://img.shields.io/github/repo-size/favrora/Avatar-Maker?color=blue\"\u003e\n\u003c/p\u003e\n\n\n# Avatar Maker\n\nCollect 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.\n\n*Give a star to the repository, it will help us grow! Thanks!*\n\n\u003ca href=\"https://www.producthunt.com/posts/avatar-maker-2?utm_source=badge-featured\u0026utm_medium=badge\u0026utm_souce=badge-avatar-maker-2\" target=\"_blank\"\u003e\u003cimg src=\"https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=288616\u0026theme=dark\" alt=\"Avatar Maker - Create your own avatar | Product Hunt\" style=\"width: 200px; height: 44px;\" width=\"200\" height=\"44\" /\u003e\u003c/a\u003e \u003ca href=\"https://www.producthunt.com/posts/avatar-maker-2?utm_source=badge-top-post-badge\u0026utm_medium=badge\u0026utm_souce=badge-avatar-maker-2\" target=\"_blank\"\u003e\u003cimg src=\"https://api.producthunt.com/widgets/embed-image/v1/top-post-badge.svg?post_id=288616\u0026theme=dark\u0026period=daily\" alt=\"Avatar Maker - Create your own avatar | Product Hunt\" style=\"width: 200px; height: 44px;\" width=\"200\" height=\"44\" /\u003e\u003c/a\u003e\n\n## Demo\n\n[Demo version of the project](https://avatarx.netlify.app/)\n\n## Preview\n\n\u003cimg src=\"src/assets/img/preview.gif\" width=\"600px\"\u003e\n\n## Mobile app\n\nLink to the Avatar Maker mobile app for Android on Google Play: [Mobile app](https://play.google.com/store/apps/details?id=com.favrora.avatar)\n\n## Development\n\nGetting Start:\n* Open a terminal. \n* Go to the folder where you want to copy the project. \n* Copy the project with this command:\n\n    ```sh\n    $ git clone https://github.com/favrora/Avatar-Maker.git\n    ```\n\n* Go to the project folder:\n\n    ```sh\n    $ cd avatar-maker\n    ```\n\nIn order to run it locally you'll need to fetch some dependencies and a basic server setup.\n\n* Install local dependencies:\n\n    ```sh\n    $ npm install\n    ```\n\n* Start the development server and open [`http://localhost:8080`](http://localhost:8080).\n\n    ```sh\n    $ npm run serve\n    ```\n\n## Open tasks\n\n* [Align the avatar to the bottom for mobile devices.](https://github.com/favrora/Avatar-Maker/issues/9)\n* [Add the ability to change color](https://github.com/favrora/Avatar-Maker/issues/14)\n* [Add a female avatar](https://github.com/favrora/Avatar-Maker/issues/15)\n\n## Completed tasks\n\n* ~~Change random avatar without reloading the site.~~ | Done by [Bruno Neves](https://github.com/7br-uno) | 23.03.2021\n* ~~Add function to download created avatar as a png image.~~ | Done by [Peter H.](https://github.com/PetFeld) | 01.03.2021\n* ~~Create a demo site~~ | Done by [Andrew Kliskey](https://github.com/andrewkliskey) | 03.02.2021\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffavrora%2FAvatar-Maker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffavrora%2FAvatar-Maker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffavrora%2FAvatar-Maker/lists"}