Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/cyoa #324

Open
wants to merge 16 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
Complete MVP
  • Loading branch information
zachwolek committed Feb 17, 2024
commit 34aee6d37c05a125d31534660c36679d29134e27
18 changes: 18 additions & 0 deletions data.js
Original file line number Diff line number Diff line change
@@ -13,3 +13,21 @@ var affirmations = [
'I honor my body by trusting the signals that it sends me.',
'I manifest perfect health by making smart choices.'
];

var mantras = [
'Breathing in, I send myself love. Breathing out, I send love to someone else who needs it.',
"Don’t let yesterday take up too much of today.",
'Every day is a second chance.',
'Tell the truth and love everyone.',
'I am free from sadness.',
'I am enough.',
'In the beginning it is you, in the middle it is you and in the end it is you.',
'I love myself.',
'I am present now.',
'Inhale the future, exhale the past.',
'This too shall pass.',
'Yesterday is not today.',
'The only constant is change.',
'Onward and upward.',
'I am the sky, the rest is weather.'
]