Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 778 Bytes

README.md

File metadata and controls

34 lines (20 loc) · 778 Bytes

Advice generator app

This is a solution to the Advice generator app challenge on Frontend Mentor.

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

Links

My process

Built with

  • React
  • Tailwind CSS
  • Axios
  • Advice Slip JSON API

What I learned

I learned that how we can use flex and absolute properties simultaneously on the same element.

Author