A web-based tool to help identify your top three personal values for use in Acceptance and Commitment Therapy (ACT).
- Rate Values: Evaluate 58 core human values on a 3-point scale (Very Important, Quite Important, Not Important)
- Compare: Make direct comparisons between your highly-rated values
- Discover: Get your personalized top 3 values with detailed descriptions
- Frontend: Vite + Vanilla JavaScript
- Styling: CSS with mobile-first responsive design
- Deployment: GitHub Actions → GitHub Pages
- Data: 58 evidence-based ACT values
npm install
npm run dev # Start development server
npm run build # Build for production
npm run test # Run tests in watch mode
npm run test:run # Run tests once
npm run test:ui # Run tests with UI
npm run format # Format code with PrettierAutomatically deploys to GitHub Pages when pushing to the main branch. Enable GitHub Pages in repository settings with "GitHub Actions" as the source.
MIT