The context
This project reuses a Next.js template I built, with an authentication module and other APIs, because it is meant to evolve. I present it here mainly as a frontend project that is gradually moving toward a more complex API.
The UI follows a Frontend Mentor mockup: the challenge is not only visual integration, but embedding it in my template while following clean architecture principles and other good practices.
I also styled the interface with Tailwind, following the framework's best practices as closely as possible.
I also want to see whether this template can truly be reused with ease, including on the DevOps side for straightforward deployment. The site is live on Netlify; the GitHub repository describes the template foundation.
