https://github.com/rafaelmagalhaesguedes/avatarurlgenerator
Avatar URL Generator
https://github.com/rafaelmagalhaesguedes/avatarurlgenerator
reactjs typescript
Last synced: 4 months ago
JSON representation
Avatar URL Generator
- Host: GitHub
- URL: https://github.com/rafaelmagalhaesguedes/avatarurlgenerator
- Owner: rafaelmagalhaesguedes
- Created: 2024-03-27T21:54:53.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-01T02:11:04.000Z (about 1 year ago)
- Last Synced: 2024-11-16T14:09:46.532Z (6 months ago)
- Topics: reactjs, typescript
- Language: TypeScript
- Homepage: https://avatar-generate-chi.vercel.app/
- Size: 218 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Avatar URL Generator 👥
![]()
![]()
![]()
![]()
![]()
This is a simple Avatar URL Generator built with React. It uses the [Rick and Morty API](https://rickandmortyapi.com/api/character) to generate random avatars.
## Features
- Generate random avatars from the Rick and Morty API
- Choose the size of the avatar (200x200, 300x300, 400x400, 500x500)
- Copy the avatar URL to clipboard## Installation
1. Clone the repository: `git clone https://github.com/yourusername/avatargenerator.git`
2. Install the dependencies: `npm install`
3. Start the application: `npm run dev`## Usage
Click the "Generate" button to generate a new avatar. Choose the size of the avatar by selecting one of the radio buttons. Click the copy button to copy the avatar URL to your clipboard.