Submitted 4 months ago
Qr code component, using React and styled-components
@toni500madmax
Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
I have many points to improve, especially the begin the project, it's very strange and hard to think in a solution rapdly and efficiently.
What challenges did you encounter, and how did you overcome them?I figured out that gotta to study much more styled components and prop types through it.
What specific areas of your project would you like help with?At this time i need how to start a project, how to define architeturies of archives and other things, and where should i start for in a new project...
Community feedback
- @nataliesmythPosted 4 months ago
Great job, your app looks just like the design given.
I have some suggestions from my own experience learning to program
- I highly recommend understanding CSS and vanilla JavaScript before trying to learn frameworks like react. JavaScript frameworks and libraries are built with vanilla JavaScript, and learning react without understanding JavaScript is like building a house with no foundation; the smallest obstacle will make the whole thing fall.
- Frameworks like react are unnecessary for projects using HTML and CSS without JavaScript, and implementing react here added a lot of unnecessary code. So for this project, you may be better served to focus on getting comfortable with html and css, then add JavaScript, and then later in your journey add frameworks.
All the best! Great Work!
Marked as helpful0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord