This is a solution to the Intro section with dropdown navigation challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.
Users should be able to:
- View the relevant dropdown menus on desktop and mobile when interacting with the navigation links
- View the optimal layout for the content depending on their device's screen size
- See hover states for all interactive elements on the page
- Semantic HTML5 markup
- CSS
- Flexbox
- Mobile-first workflow
- React - JS library
- Styled Components - For styles
In this proyect i was mayorly focused in css, the list of things i learned was.
- Modals
- Styled Components
I have seen modals, but i never tried working on one myself, so it was a first time, i am sure there are a lot to be improved with it.
I knew about the Styled Components and how this makes components have css embedded inside. Makes easy to model a simple UI component instead of have more css inside index.css, and you can focus on style the component, making it more reusable
- I want to focus more on styled components, i didn't use it here but the creating a personalized theme as i read can make things more easy,
- I did use css flex, but i was having dificulties trying to move certaing objects to be perfect, so i want to get more comfortable with css flex as well as learning more about css grid
- Another things i want to reinforce is about positioning on css
- resource 1 - Here i found a discussion about the use of styled components.
- resource 2 - This is an amazing article which helped me understand styled components. I'd recommend it to anyone still learning this concept.
- Website - Eduardo Rolando Basurco Cayllahua
- Frontend Mentor - @theonlylooker
I got some help from my friend alrus2797 about some specifics about positioning .

