mention the dark mode moar features muahahaha

This commit is contained in:
hex
2025-01-18 21:46:46 -08:00
parent c051b040a0
commit 7a38fb95d8

View File

@@ -14,7 +14,9 @@ A delightful recipe management application built with Flask, featuring a cozy, w
- 👀 Regular users can browse recipes - 👀 Regular users can browse recipes
- 🎨 Beautiful, responsive design with custom styling - 🎨 Beautiful, responsive design with custom styling
- 🚀 Modern interactions using HTMX - 🚀 Modern interactions using HTMX
- 🌙 Warm, inviting color scheme - 🌙 Dark mode support with smooth transitions
- 🎯 System theme detection and persistence
- 🌟 Warm, inviting color scheme
- 🐳 Docker support for easy deployment - 🐳 Docker support for easy deployment
## 🛠️ Technology Stack ## 🛠️ Technology Stack
@@ -23,7 +25,11 @@ A delightful recipe management application built with Flask, featuring a cozy, w
- **Frontend**: HTMX + Custom CSS - **Frontend**: HTMX + Custom CSS
- **Database**: SQLite - **Database**: SQLite
- **Authentication**: Flask-Login with Role-Based Access - **Authentication**: Flask-Login with Role-Based Access
- **Styling**: CSS Variables + Modern CSS Features - **Styling**:
- CSS Variables for theming
- Dark/Light mode with system preference detection
- Smooth theme transitions
- Modern CSS Features
- **Deployment**: Docker + Gunicorn - **Deployment**: Docker + Gunicorn
## 🚀 Quick Start with Docker ## 🚀 Quick Start with Docker