Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cameronapak/christian-meditation
A dream project I've had regarding bringing together Christian content creators centered around Biblical meditation. This is created for the Baserow.io challenge.
https://github.com/cameronapak/christian-meditation
Last synced: about 1 month ago
JSON representation
A dream project I've had regarding bringing together Christian content creators centered around Biblical meditation. This is created for the Baserow.io challenge.
- Host: GitHub
- URL: https://github.com/cameronapak/christian-meditation
- Owner: cameronapak
- Created: 2024-02-23T08:58:26.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-14T13:34:12.000Z (10 months ago)
- Last Synced: 2024-03-14T14:56:47.679Z (10 months ago)
- Language: Astro
- Size: 361 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Christian Meditation Web App
Created for the 2024 Baserow.io Developer Challenge.
This is a web app to help you take a pause from the day to re-center your mind, heart, and body on God and the things that matter most.
## Stack
### UI Layer
- [Astro](https://astro.build/) - A simple web metaframework.
- [Tailwind CSS](https://tailwindcss.com/) - For styling.
- [Daisy UI](https://daisyui.com/) - For a Bootstrap-like UI CSS component library, built upon Tailwind.### Interactivity Layer
- [TypeScript](https://www.typescriptlang.org/) - For type safety.
- [AlpineJS](https://alpinejs.dev/) - For state management and interactivity.
- [HTMX](https://htmx.org/) - For sending HTML partials/snippets over the wire.### Backend Data Layer
- [Baserow.io](https://www.baserow.io/) - For database management.