This project is a web app that uses the mnemonic major system to help you memorize numbers.
The mnemonic major system is a mnemonic technique used to aid in memorizing numbers. The system works by converting numbers into consonants, then into words by adding vowels. The system works on the principle that images can be remembered more easily than numbers.
- angular is the JavaScript framework.
- Clarity Design System is the design system.
- Run
npm install
to install dependencies. - Run
npm run generate-assets
to download and generate a mnemonic word map asset. - Run
npm run angular-start
to serve the app athttp://localhost:4200/
.