This tool is designed to overcome your executive dysfunction by asking you questions and leading you to a helpful answer.
Reimagination of the "The ADHD Analog Brain", from https://adhdanalogbrain.blogspot.com/, as a single page application running in the browser.
Implemented in React Typescript with Tailwind.
- Accessibility First: Accessibility is a core priority, ensuring the app is usable and inclusive for everyone, regardless of ability or device.
- Content-Friendly: I’ve designed this app with extensibility in mind, making it easy to add or update content without compromising functionality.
The default decks are located in public/decks directory. You can either edit those or load new decks from a different URL. This can be configured in the UI.
Available language are automatically computed from the decks.
You do however need to make sure each language has the needed metadata in languageInfo.tsx.
The react project is found in the analog-brain-tool subdirectory.
cd analog-brain-tool
npm install
npm run dev1 - Make sure the base is correct in vite.config.js
2 - Run:
cd analog-brain-tool
npm run deploy(You might need to run it in a terminal that allows prompting for ssh key password, such as git bash.)