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
- Host: GitHub
- URL: https://github.com/junongx/pura-tela
- Owner: JunoNgx
- License: mit
- Created: 2025-01-18T12:52:26.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-03-22T04:31:21.000Z (7 months ago)
- Last Synced: 2025-03-22T13:45:08.527Z (7 months ago)
- Topics: progressive-web-app, svelte, sveltekit, wallpaper-app
- Language: Svelte
- Homepage: https://pura.blue
- Size: 1.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: license.md
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.