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

https://github.com/junongx/pura-tela

A minimalist solid colour wallpaper generator
https://github.com/junongx/pura-tela

progressive-web-app svelte sveltekit wallpaper-app

Last synced: 7 months ago
JSON representation

A minimalist solid colour wallpaper generator

Awesome Lists containing this project

README

          

# Pura Tela
A minimalist solid colour wallpaper generator, created for the web.

## Origin
This is a spin-off/enhanced remake of [Pura](https://github.com/JunoNgx/flutter-pura), a native Android app made with Flutter, which was delisted shortly before this project started.

## Feature
- Hex code, RGB components, colour picker, and randomiser
- Starting curated gallery of colours
- Saving colours for future use
- Size presets for multiple devices
- Data persistence with localStorage
- Progressive Web App deployment

## Deployment
The project is deployed at [pura.blue](https://pura.blue) and [pura-tela.vercel.app](https://pura-tela.vercel.app/) via Vercel.

## Tech Stack
The application is made with a minimal stack, including **SvelteKit 5** and **TypeScript**. No CSS preprocessor is used. [Svelte Awesome Color Picker](https://svelte-awesome-color-picker.vercel.app/) is used to supplement the user interface.

## Running locally
`yarn && yarn dev`

## Contribution
For bug reports, suggestions, and contributions, please open new issues.