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.
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
Frontend Mentor Solution Link | Live preview link
- AdviceSlip API
- HTML
- CSS
- Javascript
- Develop a random number generator to get a random API URL
- Dynamically fetch API with interactive elements
- Parse JSON into format that can be written onto specific areas of the page
- Website - jsnicholas.me
- Frontend Mentor - @HarmoniaCodes