This is random answer generator with simple code that helped me become familar with CSS and JavaScript. My own twist of the Magic 8 Ball game.
What I learned from making this project:
- utilizing layout and placement of items using CSS
- how to make and use a simple array using JavaScript
- understanding how setTimeout() function works and fade-in and fade-out effect using JavaScript