/Advice_Generator_App

An Interactive Javascript Advice Generator

Primary LanguageCSS

Advice Generator App

This is an advance solution to the Advice generator app solution of a Frontend Mentor Challenge.

Table of contents

Overview

The challenge

Users should be able to:

  • Generate random advice when clicking the button

Links

My process

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • BEM
  • Flexbox
  • Javascript
  • Node Modules
  • Advice API
  • Mobile-first workflow

What I learned

  • Effect of each method used. I used ::after to insert an Image in a div. The Advice to Image function won't include any content from ::after or ::before. I have to insert the image using
  • How to use Node Packages without installing them directly in the project using Skypack.dev

Continued development

  • Allow users to use their own text for the advice.
  • Allow users to customize font-size, background-color and color (advice text).

Author

Thanks