This is a solution to the Advice generator app challenge on Frontend Mentor.
- Solution URL: solution URL
- Live Site URL: Netlify URL
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- Mobile-first workflow
- Advice api - API website
This WebApp was mostly a refresher on concepts I had learned earlier. I have been busy with school and other things which ultimately left me feeling a little rusty with Web Development in general. Overall, I feel quite happy with my solution to this challenge and I think it came out great.
.proud-of-this-css {
all: unset; /* cool way to remove default styling/
}
- CSS Tricks - This site helped me create good looking css. I'd recommend it to anyone who feels like they could improve in css. It has many great tips and I refrence this site a ton whenever I create new projects.
- FlexboxGuide - This is an amazing article which helped me finally understand flexbox. I hadnt used flexbox in a while so I was a little rusty but this article really helped me refresh my memory.
- Removing default css - A great article about removing default css.
- Frontend Mentor - @Jman1868
I want to thank FrontendMentor for creating this challenge. It felt nice to follow a design and create something.