Users should be able to:
- Complete each step of the sequence
- See a summary of their selections on the final step and confirm their order
- View the optimal layout for the interface depending on their device's screen size
- See hover and focus states for all interactive elements on the page
- Solution URL: solution URL here
- Live Site URL: live site URL here
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- Mobile-first workflow
- React - JS library
I learned how to use React hooks like "useState"
const [data, setData] = useState(formTemplate)
I also learned how to create multiple containers with the same component with ".map"
<div className="step-bar">
{arrayInformationsStep.map(step => <StepInformations key={step.num} array={step} step={currentStep} />)}
</div>
I intend to keep practicing React and learn new things like Bootstrap and Sass
- Frontend Mentor - @Theuz1nh0
- Linkedin - Mateus Moura Domingos