anatoly-scherbakov / geopatterns-demo

A demo for `geopatterns` Python library built with AWS Lambda and Terraform, to demonstrate a minimalistic example of a serverless app on Python.
https://anatoly-scherbakov.github.io/geopatterns-demo/
MIT License
1 stars 1 forks source link

Display random word or phrase in the UI directly below the input field #2

Closed anatoly-scherbakov closed 3 years ago

anatoly-scherbakov commented 3 years ago

Call the REST API determined as per #1 and display the phrase (or word, or several words) in a tag-like form beneath the phrase input field, using the means of Vue.js.

Every tag should be clickable. When clicked, the content of the tag is written into the input field and the cards are refreshed to display the ornament generated from the phrase.

The list of phrases is refreshed from the remote API.

Depends on: #1