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
Overview
The challengeUsers 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
My process
Built with- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- CSS Grid
- Mobile-first workflow
- Javascript
- API & Cache
This project made my interaction with api's easier, it also gave me the challenge of working with fetch using the cache to make the project more fluid for the user, within script.js we have the version I made without help, but every time I clicked on the button it makes a new request, then the code was updated to leave the request in cache. 😊
Author
- Frontend Mentor - @AllesonSales