Skip to content

parrottjrs/Word-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Word Wizard

Screenshot 2023-04-12 at 9 47 56 PM

This was my first project for Get Coding NL, and my first foray in the world of front-end coding.

It was created using HTML5, CSS, and JS.

About Word Wizard

Word wizard is a random word generator. It pulls a random quote upon loading the main page.

When you are ready to get your word, the "get word" takes you where you need to go.

Screenshot 2023-04-12 at 9 49 16 PM

Random words are pulled from either an array I created, or from a random word api via asyncronous functions. The words are given a random font and a random color (also stored in arrays).

https://parrottjrs.github.io/Word-Generator/