A continuation from the final EDA group project. A movie quote quiz game where players take it in turns to guess the next famous line from a movie by speaking out loud into the device’s microphone using speech-to-text technology, and getting a score as to how accurate they were.
NB You will need to use the Chrome browser and a microphone to play.
- Clone this repository
git clone https://github.com/callan-stretton/final-project - Run
npm i - Run
npm run knex migrate:latest - Run
npm run knex seed:run - Run
npm start - Visit http://localhost:3000
- Fine tune the quote starting points
- Have ability to add scenes to database
- Styling