An open API service indexing awesome lists of open source software.

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.

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