diff --git a/README.md b/README.md index e268a69..da6d7f9 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,10 @@ Test Coverage +### Dashboard - Dark Mode + +[![API docs](img/dashboard-dark.png)](https://github.com/tiangolo/full-stack-fastapi-postgresql) + ## Technology Stack and Features - ⚡ [**FastAPI**](https://fastapi.tiangolo.com) for the Python backend API. @@ -13,6 +17,7 @@ - 💃 Using TypeScript, hooks, Vite, and other parts of a modern frontend stack. - 🎨 [Chakra UI](https://chakra-ui.com) for the frontend components. - 🤖 An automatically generated frontend client. + - 🦇 Dark mode support. - 🐋 [Docker Compose](https://www.docker.com) for development and production. - 🔒 Secure password hashing by default. - 🔑 JWT token authentication. diff --git a/img/dashboard-dark.png b/img/dashboard-dark.png new file mode 100644 index 0000000..51040a1 Binary files /dev/null and b/img/dashboard-dark.png differ