A Next.js application designed to handle image uploads to an Azure Blob container. This project focuses on providing a simple and intuitive interface for users to upload images, which are then stored in Azure Blob Storage.
- File Upload: Drag-and-drop or click to upload images.
- Image Preview: Preview images before uploading.
- Azure Blob Storage: Used for storing uploaded images.
While the current version of the application only supports image uploads, there are plans to extend its functionality:
- Image Analysis: Integrate with Azure Blob Trigger Function App to analyze uploaded images and display results in the UI.