A simple React app for building a daily "hope bucket" of three positive reflections.
HopeBucket helps users capture small moments of gratitude, encouragement, and progress each day. The app includes animated bucket fill states, optional quote tracking, and one-click copy/share support.
- Add up to 3 daily hope items
- Visual bucket animation that fills as items are added
- Confetti celebration when the bucket is full
- View and manage the current list in a modal
- Copy list text to clipboard for sharing
- Add and manage up to 3 personal inspiration quotes
- Daily reset flow for starting a new list
- In-app Privacy Policy page rendered from markdown
- React
- React Router
- React Bootstrap + Bootstrap Icons
- Lottie (
lottie-react) for animation canvas-confettifor celebration effects
- Node.js (LTS recommended)
- npm
npm installnpm startThe app runs in development mode at http://localhost:3000.
npm start- Runs the app in development modenpm test- Launches the test runnernpm run build- Builds the app for productionnpm run eject- Ejects Create React App configuration
src/
components/ # UI components (Bucket, Nav, List, Quote modal, etc.)
contexts/ # Shared state providers
hooks/ # Animation/control hooks
styles/ # App styling
public/
PRIVACY_POLICY.md
The app includes a dedicated /privacy-policy route that renders the markdown file located at public/PRIVACY_POLICY.md.
- Create a feature branch
- Make your changes
- Run tests/build checks
- Open a pull request