Latest solutions
Responsive Order Summary Card
PSubmitted 10 months agoAny feedback really, or anything I could have done better.
Responsive Omelette Receipe
PSubmitted 10 months agoNone really. I need to work on organization and better naming structures.
Latest comments
- P@joshcesanaSubmitted almost 2 years agoP@mhjarvisPosted 8 months ago
Your site looks great and functions as it should. I have not used React with Astro yet, but I think that will be one of my next projects. Good luck.
0 - @J4NBISubmitted 8 months agoP@mhjarvisPosted 8 months ago
Code looks good and clean, no real comments other than great job!
0 - @taavi80Submitted about 1 year agoP@mhjarvisPosted 8 months ago
Your site looks really good. I like that you made it fully responsive and not just at the breakpoints - something I need to start doing as well.
0 - @Smart-Ace-DesignsSubmitted 9 months agoWhat are you most proud of, and what would you do differently next time?
I originally attempted to use card components and data stored in a JSON file. I soon realized that there was too much variation in the cards to benefit from a generic card design. I am proud that I was able to recognize the flaw in my design early and start over without too much effort.
What challenges did you encounter, and how did you overcome them?I tried to original store the testimonial data in a JSON file along with some custom CSS code that was specific to each testimonial. I soon discovered that the Tailwind JIT was not compiling those class names when stored in a JSON file and the styling was being lost. It took me quite a bit of time to figure out what was causing the problem...but then figured out that I needed to add the JSON file to the
What specific areas of your project would you like help with?content
property in thetailwind.config.mjs
file. In the end, however, I ended up scraping the idea of using a JSON file for other reasons.Nothing at this time. But I am very open to suggestions and constructive criticism.
P@mhjarvisPosted 9 months agoYour site looks great - love it that you also used Astro. I ended up actually creating a Card component in mine, along with a JSON file. Finally got it working.
1 - @MarioA96Submitted 9 months agoWhat are you most proud of, and what would you do differently next time?
Implementation of new patterns for Panda-css such as stack, grid, gridItem and flex, and a refresh of my knowledge about react hooks and form management.
What challenges did you encounter, and how did you overcome them?The organization of the project, the management of forms and passing props through components/isles and the validation of information and the control over the patterns of the styled components.
What specific areas of your project would you like help with?Modern approach of styled components, patterns, react optimization good practices.
P@mhjarvisPosted 9 months agoI just recently started using Astro, loving it so far. Great job on this project.
1 - P@HekimianzSubmitted 9 months agoP@mhjarvisPosted 9 months ago
Your code looks really good, cleaner than mine. The only feedback I might have is check out using BEM naming for your classes - its made my code somewhat easier to read, though I'm still learning it. :)
1