Skip to content

ariangn/avatar-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

avatar-generator

A fun web app for generating symmetric, pixel-based icons. Yes I made this because I didn't like my god-given characterization (GitHub identicon hashing algorithm). But you can use this for other avatars or icons too. Built with React, Tailwind CSS, and the HTML5 Canvas API.

Features

  • Random identicon generation
  • Adjustable grid size
  • Random color generation
  • Adjustable export size (in pixels)
  • PNG export
  • Fully responsive and mobile-friendly layout

Live Demo

Click here!

Setup

1. Clone the repo

git clone https://github.com/ariangn/avatar-generator.git
cd avatar-generator

2. Install dependencies

cd vite-app
npm install

3. Run the app locally

npm run dev