Technologies Behind This Simple Website

To create the styling for my website, I used the Neat CSS library. This library provides a simple and flexible grid system that makes it easy to create clean, responsive layouts.

For the backend of my application, I used the FastAPI framework. This framework is built on top of Python's asyncio library and is designed to be fast and easy to use. It allows me to quickly build APIs that can handle incoming requests and generate responses.

To handle image processing tasks, I used Python's Pillow library. This library provides a wide range of tools for working with images, including the ability to generate, manipulate, and save images in various formats.

Home