NudgeApp is a user interface (UI) designed for conducting experimental studies related to behavioral nudges in the fields of Human-Computer Interaction (HCI) and psychology. It provides a flexible platform to present different experimental conditions and collect data, facilitating research into how subtle design changes can influence user behavior.
Try the UI online on GitHub Pages!
Now this repo contains frontend only. Run the installation commands to test it out!
- Node.js (version 18)
- npm (Node Package Manager, which comes with Node.js)
git https://github.com/ca1yz/nudge-app.git
cd nudge-app
npm installTo run the application, use the following command:
npm run devNow you should find the UI by visiting http://localhost:5173/ in the browser.
