Skip to content

Commit

Permalink
update readme and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
lyqht committed Aug 7, 2023
1 parent f956a93 commit ebf7274
Show file tree
Hide file tree
Showing 10 changed files with 39 additions and 9 deletions.
27 changes: 25 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
V0.1
## V0

Feat:
- Generate QR codes with custom colors and styles
- Support for various output formats, including SVG and PNG
- Copy to clipboard
- UI respects user's light/dark mode preferences
- Randomize style button
- Available in 29 languages thanks to [deepl-translate-github-action](https://github.com/lyqht/deepl-translate-github-action)
- Save & Load QR Code config

## V0.1

Feat:
- Upload custom image for logo

Misc/Fixes:
- Fix inconsistencies in button & input styling, refactoring of styles
- Added feature of logo image upload
- Fix missing inputs for background color and border-radius
- Fix missing inputs for background color and border-radius

## V0.2

Feat:
- Presets: Pre-crafted QR code styles are available as immediate usage/ reference

Misc/Fixes:
- Refactoring of styles
21 changes: 14 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,30 @@
# styled-qr-code-generator
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)

![App preview](public/app_preview.png)
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)

A customizable QR code generator to create beautiful and unique QR codes.


<div style="display:flex; flex-direction:row; flex-wrap:wrap; justify-content:center; gap:8px;">
<img width="100" src="public/presets/lyqht.png" />
<img width="100" src="public/presets/padlet.png" />
<img width="100" src="public/presets/supabase.png" />
<img width="100" src="public/presets/vercel-light.png" />
<img width="100" src="public/presets/uilicious.png" />
</div>

## Features

V0
- Generate QR codes with custom colors and styles
- Support for various output formats, including SVG and PNG
- Copy to clipboard
- UI respects user's light/dark mode preferences
- Randomize style button
- Available in 29 languages thanks to [deepl-translate-github-action](https://github.com/lyqht/deepl-translate-github-action)
- Save & Load QR Code config

V0.1
- Upload custom image for logo

V0.2
- Presets: Pre-crafted QR code styles are available as immediate usage/ reference

### Demo of Randomize Style & Presets

![](public/app_preview.gif)
Binary file added public/app_preview.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/presets/lyqht.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/presets/padlet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/presets/pejunag-kode.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/presets/supabase.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/presets/uilicious.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/presets/vercel-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/presets/vercel-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

1 comment on commit ebf7274

@vercel
Copy link

@vercel vercel bot commented on ebf7274 Aug 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.