Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mathisburger/ikea-name-generator
This is a fun react-app. It generates a random name of a ikea produkt
https://github.com/mathisburger/ikea-name-generator
fun generator ikea minify nextjs productname react
Last synced: about 1 month ago
JSON representation
This is a fun react-app. It generates a random name of a ikea produkt
- Host: GitHub
- URL: https://github.com/mathisburger/ikea-name-generator
- Owner: MathisBurger
- License: other
- Created: 2021-03-16T20:23:12.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-20T19:59:33.000Z (over 3 years ago)
- Last Synced: 2024-10-29T23:59:35.607Z (3 months ago)
- Topics: fun, generator, ikea, minify, nextjs, productname, react
- Language: JavaScript
- Homepage: https://ikea.mathis-burger.de
- Size: 353 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Idea
---
The idea for this project came from a discord named DevSchuppen.
In my opinion
the idea was geat. Therefore I started this quick project.## Information
---
I used react to create this. To choose a web-framework is a bit overpowered, but I am ok
with
it. Furthermore the design is absolutely trash. I am not proud if it, but
it is acceptable, because it is
only a fun project.## Installation
---
If you really want to setup this piece of shit youself, you need docker.
Just type:
```
docker pull mathisburger/ikea-names-generator:latest
```After that start the docker container.
```
docker run -d -p 5000:5000 mathisburger/ikea-names-generator:latest
```