I had to find a way to create the location functions. I had a bit of trouble understanding those.
Latest solutions
Conference Ticket Generator using React + Tailwindcss
#node#react#vite#tailwind-cssSubmitted 10 days agoi would love feedback on how to further optimize the ticket section, especially when it comes to background image performance and load time. I'm also open to suggestions on improving accessibility and how to make the form more intuitive for keyboard and screen reader users.
Another area I’d appreciate help with is animation and user feedback—how to make transitions smoother without overloading the UI. And lastly, if there are better ways to structure or refactor my React components for scalability, I’m all ears!
Responsive Newsletter Signup form using react and tailwind.css
#react#vite#tailwind-cssSubmitted 13 days agoNil
Crowdfunding Product Page Using HTML,CSS and JS
Submitted 10 months agoI am open to feedbacks and suggestions
Mortgage Repayment Calculator Using HTML, CSS and JS
Submitted 11 months agoI am open to feedback and suggestions
FAQ ACCORDION PAGE USING HTML,CSS AND JS
Submitted 12 months agoI am open to suggestions and feedback
Latest comments
- @AvantiermvWhat challenges did you encounter, and how did you overcome them?@BANKOLEDO
Great job completing the challenge! 🎉 I really like how clean and consistent your layout is—especially the way you handled the avatar upload and the final ticket display. The form validations also feel straightforward and user-friendly.
A couple of suggestions that could elevate it further:
Consider using aria attributes or more semantic elements to boost accessibility (like label associations and input roles).
You might explore organizing your CSS into reusable utility classes or experimenting with a framework like Tailwind for more scalable styling as the project grows.
Overall, a solid and well-structured solution. Keep it up! 👏
Marked as helpful - @Haytam-DEV05@BANKOLEDO
Nice Job, Responsive and Clean Code
- @Jorge-234What are you most proud of, and what would you do differently next time?
After encountering a series of challenges while working on this particular project, I finally embarked on my initial implementation of CSS Grid. Moving forward, my goal is to enhance the responsiveness of future projects by applying CSS Grid with media queries, thereby ensuring better adaptability across various devices and screen sizes.
What challenges did you encounter, and how did you overcome them?I encountered numerous challenges while grappling with CSS Grid, but I managed to overcome them by going through a series of educational YouTube videos. These tutorials provided me with the knowledge and techniques necessary to successfully navigate CSS Grid, helping me to enhance my web development skills .
What specific areas of your project would you like help with?Anything that can help me make progress. Any feedback or question are welcome ! Thanks you Frontend Mentor !
@BANKOLEDO- Nice Solution
- Same Layout with the design
- His code is well structured
- Readable
- Reusable
- @Jorge-234What are you most proud of, and what would you do differently next time?
Responsiveness of the project
What challenges did you encounter, and how did you overcome them?In this challenge, I struggled with creating a linear gradient and applying border radius to improve the project. I sought advice from a colleague who provided valuable insights on overcoming these challenges.
What specific areas of your project would you like help with?Any feedback or suggestion are welcome ! Thanks
@BANKOLEDO-
The solution includes semantic html, only attribution div needs to be changed to a footer element.
-
It accessible but it should be bigger, its quite smaller compared to the design.
-
It has good layout for both screen size.
-his code is not so well structured. all in all nice solution
Marked as helpful -
- @Jorge-234What are you most proud of, and what would you do differently next time?
My first time of making a responsive page project without the use of @media-query , at first it doesn't look right but later on it went smoothly. Looking forward to make more good looking project with Media Query.
What specific areas of your project would you like help with?Anything that can help me make progress. Any feedback or question are welcome ! Thanks
@BANKOLEDONice layout but try to make your container larger and clearer
Marked as helpful - P@HexerseWhat are you most proud of, and what would you do differently next time?
I was most proud of creating the popup and understanding the js principles behind it.
What challenges did you encounter, and how did you overcome them?I had trouble with the popup. The part where it should follow the div. I did not overcome it and assked for help.
What specific areas of your project would you like help with?I realised how much static information my code has that does not help in responsiveness. I need advice on what to do to make it more responsive.
@BANKOLEDOnice solution , semantic tag usage, not responsive but you can work on that by learning more, media queries should help