astraldev / advice-generator-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Frontend Mentor - Advice generator app solution

This is a solution to the Advice generator app challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.

Table of contents

Note: Delete this note and update the table of contents based on what sections you keep.

Overview

The challenge

Users should be able to:

  • View the optimal layout for the app depending on their device's screen size
  • See hover states for all interactive elements on the page
  • Generate a new piece of advice by clicking the dice icon

Screenshot

advice-generator

Links

My process

Built with

  • HTML
  • CSS
  • JavaScript
  • TailwindCSS

What I learned

I had fun learning about the fetch api in javascript..

fetch(url)
      .then( response => response.json().then( data=> setQuote(data) ))

Author

About


Languages

Language:CSS 75.5%Language:JavaScript 16.5%Language:HTML 8.1%