Design comparison
Solution retrospective
Since I am new to Nuxt.js and Tailwind, I am proud of my solution as a whole.
What challenges did you encounter, and how did you overcome them?This is my first time working with TailwindCSS and flexbox. It's a bit tricky, but the Tailwind documentation is fantastic.
What specific areas of your project would you like help with?I tried to implement an array of objects in an authors.ts file.
export const blogAuthors = [ { id: 1, name: 'Greg', fullName: 'Greg Hooper', image: '@/assets/images/greg.webp', }, ];
I also created a prop for the name: ``
However, it won't let me use the image. The path is correct, but it won't load
Community feedback
- @DavidCasanova83Posted 5 months ago
Nice work and perfect fit size, very simple but nice animation. Im also interesting about nuxt.js framework, I will try one day.
1
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