mirror of
https://github.com/ThisIsBenny/wishlist-app.git
synced 2025-04-19 15:27:41 +00:00
Update README.md
This commit is contained in:
parent
5ad1995f65
commit
ecbeb4cef0
1 changed files with 20 additions and 10 deletions
30
README.md
30
README.md
|
@ -1,16 +1,21 @@
|
||||||
# Wishlist App
|
<p align="center">
|
||||||
|
<img src="https://raw.githubusercontent.com/ThisIsBenny/wishlist-app/main/public/logo-256.png" height="200">
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<h1 align="center">
|
||||||
|
Wishlist App
|
||||||
|
</h1>
|
||||||
|
<p align="center">
|
||||||
|
A simple webapp to manage your wishlist.
|
||||||
|
<p>
|
||||||
|
<h3 align="center">
|
||||||
|
<a href="https://codesandbox.io/s/wishlist-app-ycygh3"><i>Demo</i></a>
|
||||||
|
</h3>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
|
||||||
The wishlist app is a simple webapp for publishing wishlists. It allows to share wishlists for different people or occasions with friends and family. If something from the wishlist was bought, it can be removed from the list to prevent duplicate purchases.
|
The wishlist app is a simple webapp for publishing wishlists. It allows to share wishlists for different people or occasions with friends and family. If something from the wishlist was bought, it can be removed from the list to prevent duplicate purchases.
|
||||||
|
|
||||||
## Demo
|
|
||||||
|
|
||||||
[](https://codesandbox.io/s/wishlist-app-ycygh3)
|
|
||||||
|
|
||||||
## Screenshots
|
|
||||||
|
|
||||||

|
|
||||||

|
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
- Support of multiple wishlists
|
- Support of multiple wishlists
|
||||||
|
@ -18,6 +23,11 @@ The wishlist app is a simple webapp for publishing wishlists. It allows to share
|
||||||
- Grab title, description and image-url from url via open graph meta tags
|
- Grab title, description and image-url from url via open graph meta tags
|
||||||
- i18n support
|
- i18n support
|
||||||
|
|
||||||
|
## Screenshots
|
||||||
|
|
||||||
|

|
||||||
|

|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
### Docker Setup
|
### Docker Setup
|
||||||
|
|
Loading…
Add table
Reference in a new issue