neilwave / name-generator

(code-newbie / learning JS) Random name generator #100DaysOfCode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

name-generator

Random name generator (HTML, CSS, JS)

Function: Click a botton and reveal some random names/words:


To get random names the name-generator uses the http://www.datamuse.com/api/. Any self-written lists are not needed and with this API it's more likely a true random output.


I created this generator during my first #100DaysOfCode challenge.

Topics in this generator

  • random names,
  • color shaker (random colors)
  • API handling

About

(code-newbie / learning JS) Random name generator #100DaysOfCode


Languages

Language:JavaScript 71.3%Language:CSS 15.8%Language:HTML 12.9%