https://github.com/systemslibrarian/hiswillguide
A Christian web app for discerning God’s will using Scripture, prayer, wisdom, and guided reflection.
https://github.com/systemslibrarian/hiswillguide
Last synced: 2 days ago
JSON representation
A Christian web app for discerning God’s will using Scripture, prayer, wisdom, and guided reflection.
- Host: GitHub
- URL: https://github.com/systemslibrarian/hiswillguide
- Owner: systemslibrarian
- Created: 2026-03-12T19:07:28.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-03-12T21:25:21.000Z (3 months ago)
- Last Synced: 2026-03-13T01:21:30.053Z (3 months ago)
- Language: JavaScript
- Size: 4.36 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HisWillGuide.com
A calm, Scripture-centered guide to discerning God's will through surrender, Scripture, prayer, wisdom, and obedient trust.
**🌐 Live demo: [HisWillGuide.com](https://hiswillguide.com)**
## Features
- Elegant dark/light theme with toggle
- Branded homepage for **HisWillGuide.com**
- Four anchor sections: Scripture, Prayer, Wisdom, Discernment
- Interactive 8-step guide for discerning God's will
- Per-step reflection checklist saved in localStorage
- Reflection journal saved in localStorage
- Fully mobile-responsive (320px to desktop)
- WCAG 2.1 AA accessible (screen readers, keyboard, high contrast)
- Deployed automatically via GitHub Actions to GitHub Pages
## Local development
```bash
npm install
npm run dev
```
## Production build
```bash
npm run build
npm run preview
```
## Deployment
This site deploys automatically to **GitHub Pages** on every push to `main` via GitHub Actions.
## Tech stack
- [React 18](https://react.dev)
- [Vite 5](https://vitejs.dev)
- [GitHub Actions](https://docs.github.com/en/actions) for CI/CD
- [GitHub Pages](https://pages.github.com) for hosting