This is a solution to the Advice generator app challenge on Frontend Mentor.
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
I have changed the font color of the advice since it had low contrast. I also added a rotating animation to the dice used in the dice button.
- Svelte
- Flexbox
- Custom CSS Animations
- Fetch
- Terminal spinner by Zeno Rocha - Spinner animation for loading state.
- Advice Slip API - API used to get the advices.
- Website - Germán Heim
- Frontend Mentor - @GermanHeim