Online demo: https://name-judger.onrender.com/
This is just a test I made to learn the basics of DaisyUI, TailwindCSS and Vue.
It utilizes these 3 API's to guess nation, age and gender based on a name:
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build