An open API service indexing awesome lists of open source software.

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!

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

![screenshot](public/logo512.png)

## License

MIT

---

Made with ❤️ using React + Vite

---
# react-wallpaper-gen