This is a solution to the Advice generator app challenge on Frontend Mentor
Thanks for checking out this front-end coding challenge.
Users should be able to:
- View the optimal layout depending on their device's screen size
- Solution URL: Solution repository
- Live Site URL: Solution Live Site
- Semantic HTML5 markup
- CSS
- SASS
- Flexbox
- Javascript fetch API
With this challenge I was able to test my skills, I tried to use the correct html semantics, using sass I declared color variables that I used throughout the project, finally with flexbox I worked to arrange the elements and display the mobile version. With javascript the advice API is consumed, using fetch
These challenges help me to continue developing my skills in html and css, I am currently learning javascript.
- Mediaquery - This helped me breakpoint for responsive design.
