A web-based trivia game you can play and control just using your voice and ears. Uses publicly available trivia datasets, IBM Cloud text-to-speech engine to read questions and IBM speech-to-text engine to evaluate answers.
- Node, npm (or yarn)
A react single page app. To run:
cd frontend
npm install
npm start
A simple express server. To run:
cd backend
npm install
npm start