Skip to content

harshthakkr/advice-generator-app

Repository files navigation

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