Recipe Page

A recipe page that shows mock data of a recipe, made as dynamic as possible to show anything as long as the data conforms to the presented format, a path-ending challenge by Frontend Mentor.

vue
tailwindcss
vite

Previews

Preview image #1Preview image of project Recipe Page

Features

What I learned

Continued development

For the nutrtions part, I wanted to use tables, but I didn’t know how to style them as a lot of stuff like padding doesn’t seem to work on tables. I was going insane so i just used a simple flexbox. Would prefer to style the table properly next time for accessibility reasons.