Classic Den
Project submitted to the Microsoft Azure Trial Hackathon. Submission post on the Dev.to.
Classic Den is a simple website that can be used to post any announcement, thought, idea or question. Its style is inspired by the look and feel of classic PC systems.
About
This project was created for Microsoft Azure Trial Hackathon. My main goal was to learn something about the Microsoft Azure services, like Azure Functions or Azure Static Web Apps.
My target was to create a low-cost website which could be used by small communities to post announcements or other information. The main assumption is such a page would have only a few write operations (adding posts), but lots of reads (viewing page with posts).
As a result Classic Den is made of three components:
- frontend - a simple, framework-less application, written with plain HTML, CSS, and JS. It's served from Azure…