A sassy twist on an iconic beginner JavaScript project - refactored to follow MVC pattern. An Eightball that will answer any typed question - but in a world weary manner befitting an all powerful creature forced to answer trivial questions for strangers on the internet.
- The user can type their name and it will be remembered
- Users can type a question and it will be referenced in the reply
- Once a question has been answered users are invited to ask another question
- There should be multiple replies to each interaction
- Written DRY as much as possible
- MVC will be strictly followed
Tested and working on Snowpack version 3.3.7, November 2022
- nvm use
- npm install
- cd /src
- npm run build
- npm run start
- cd /src
- npm run test