A Blog full of Web Projects

A Blog full of Web Projects

Next.js Web App with Basic Auth

17-August-2024

A Next.js Jamstack Web App with Basic Authentication hosted a Netlify

Try the demo...

The code at GitHub

The Next.js framework being the "Static Site Generator" was used for creating this full stack web application serving as a login system by having a client using the API Routes of Next.js getting the data / User credentials from a JSON file. The web application is secured by HTTPS and Basic Authentication.

This Next.js Jamstack Web Application is hosted at Netlify Cloud and uses continuous build and deployment

A Blog made with Gatsby React and GraphQL