All-Access

Feedback modal with Next.js and Tailwind CSS

Solution for Feedback modal

Hunter Becton

Hunter Becton

Feedback modal with Next.js and Tailwind CSS

Framer Motion

Next.js

TypeScript

Notes

What did you learn while working on this solution?

I learned how to create a multi-step form, which was a valuable experience in managing complex form states and transitions. This project also allowed me to integrate Framer Motion for smooth animations, enhancing the user experience when submitting feedback and displaying success messages.

What would you do differently if you had to solve this challenge again, and why?

I would like to improve how the modal resets. Sometimes it doesn’t seem to reset properly, so I suspect there’s an underlying issue with the state management.

Did you try any new approaches or technologies in this challenge? What was that experience like?

Nothing really new here, but working with the combination of Next.js, Tailwind CSS, and Framer Motion was enjoyable. It reinforced my skills in using these technologies together to create a responsive and interactive user interface.