This frontend application is used for administration of the content presented in the portfolio website for Andy Frith. The application is engineered with Next.js 15, React v19 and TanStack Query v5. The API service, portolio-api (built with the Hono Javascript framework) provides an interface to a PostgreSQL database. Currently, this demo application is not publicly available. Future enhancements may inclue security and authorizations features.
Explore the docs »
Table of Contents
Next.js is "The React Framework for the Web" and perfect for building a UI admin tool. TanStack Query provides the best API (REST) interface client library. Shadcn provides excellent components. TailwindCSS makes styling with CSS a breeze.
This application requires acesss to the portfolio-api service.
This application is not publicly available. Currently, it is not meant to be installed and used by anyone other than the author.
Currently, this application is not meant to be installed and used by anyone other than the author.
For more examples, please refer to the imaginary Documentation
- [] Add security and authorizations features.
- [] Deploy to pulicly available location.
Distributed under the Unlicense License. See LICENSE.txt
for more information.
Andy Frith - LinkedIn - afrith.denver.usa@gmail.com
Project Link: https://github.com/andyfrith/portfolio-admin
Me.