Design comparison
Solution retrospective
I am most proud of the following aspects of my project:
User Interface Design: I spent a considerable amount of time designing a clean, intuitive, and visually appealing user interface. The positive feedback from users regarding the ease of navigation and aesthetics has been very rewarding.
Responsive Design: Ensuring the website was fully responsive across various devices and screen sizes was a significant achievement. This involved implementing flexible grid layouts and media queries to maintain a consistent user experience.
Performance Optimization: I worked hard to optimize the performance of the application, focusing on reducing load times and ensuring smooth interactions. Techniques like lazy loading, code splitting, and optimizing images contributed significantly to this success.
What would you do differently next time? Reflecting on the project, there are several areas I would approach differently:
Improved Planning and Documentation: Next time, I would invest more time in planning and documenting the project requirements and workflows before jumping into the development. This would help in identifying potential challenges early and streamline the development process.
User Testing: While I conducted some user testing, I realized that more extensive and earlier user testing would have been beneficial. Engaging users from the start to gather feedback on prototypes could have helped in catching usability issues sooner.
Code Modularity and Reusability: I would focus more on writing modular and reusable code from the beginning. Breaking down the codebase into smaller, reusable components would make the project more maintainable and scalable in the long run.
Accessibility: Although I considered accessibility, I recognize that there is always room for improvement. Next time, I would prioritize accessibility features more, ensuring that the application is usable by everyone, including those with disabilities.
What challenges did you encounter, and how did you overcome them?I didn't face any challenge in this.
What specific areas of your project would you like help with?The quality of design i made
Community feedback
- @bccpadgePosted 6 months ago
Hello @ yh919. Congratulations on completing this challenge!!!π
I have a few tips you might be interested in to improve your solution.
HTML π:
- The attribution info that contains your name can wrapped in a
<footer>
tag which is a HTML Semantic tag.
More infoπ:
You can also remove the
p-24
on the<main>
it will remove the scrollbar on your website.Accessibility
- To improve accessibility on your page you can change the color of paragraph.
More infoπ:
Here is my solution to this challenge - QR code component
I hop you find this useful and don't hesitate to reach out if you have any questions
Marked as helpful0 - The attribution info that contains your name can wrapped in a
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