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.
Note: Delete this note and update the table of contents based on what sections you keep.
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
- Solution URL: https://github.com/RolandoParadaPuig/advice-generator-app
- Live Site URL: https://rolando-portfolio.web.app/advice-generator
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- Mobile-first workflow
- React - JS library
On this Practice App y learn the use of APIS
css: I like this effect:
.advice--layout-loading { font-size: 2rem; margin: 1rem 0; color: var(--advice-neon-green); animation-name: layoutLoading; animation-duration: 2s; animation-iteration-count: infinite; animation-timing-function: linear; }
@keyframes layoutLoading { 0% { transform: rotate(0); } 100% { transform: rotate(360deg); } }
I'd like to continue develop on my React Hooks uses... i know the bery basics of it
- w3schools.com - it's alwais a useful resource if you forget some html tag or css property
- https://www.youtube.com/watch?v=_9vgd9XKlDQ - here i learn how to use async/await to call the API
- Website - https://www.linkedin.com/in/rolando-parada-puig
- Frontend Mentor - https://www.frontendmentor.io/profile/RolandoParadaPuig
- Twitter - https://twitter.com/RolandoParadap