https://github.com/0xrasla/react-wallpaper-gen
Generate beautiful random abstract wallpapers right in your browser!
https://github.com/0xrasla/react-wallpaper-gen
react reactjs shadcn-ui web
Last synced: about 2 months ago
JSON representation
Generate beautiful random abstract wallpapers right in your browser!
- Host: GitHub
- URL: https://github.com/0xrasla/react-wallpaper-gen
- Owner: 0xrasla
- Created: 2025-06-20T03:28:28.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-06-22T02:48:02.000Z (about 1 year ago)
- Last Synced: 2026-01-12T21:44:29.574Z (5 months ago)
- Topics: react, reactjs, shadcn-ui, web
- Language: TypeScript
- Homepage: https://0xrasla.github.io/react-wallpaper-gen/
- Size: 207 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Abstract Wallpaper Generator
Generate beautiful random abstract wallpapers right in your browser!
## Features
- 🎨 Random abstract art generation
- 🖼️ Choose your own resolution (width & height)
- 🌈 Select background color
- 🔄 Regenerate new art instantly
- 💾 Save your creation as a PNG wallpaper
## Usage
1. Clone or download this repository.
2. Install dependencies:
```sh
bun install
# or
npm install
```
3. Start the development server:
```sh
bun run dev
# or
npm run dev
```
4. Open your browser to `http://localhost:5173` (or the port shown in your terminal).
## How it works
- The app uses an HTML5 canvas to draw random shapes and colors.
- You can adjust the canvas size and background color before generating or saving your wallpaper.
## Screenshots

## License
MIT
---
Made with ❤️ using React + Vite
---
# react-wallpaper-gen