This application is a group capstone project where we have leveraged the skills we have learned over the course of Turing. The purpose of Espeak is to provide users with a way to learn and practice their Spanish vocabulary.
General planning for this application is documented in this gist.
Clone down the repo:
git clone git@github.com:OphDub/espeak.git
npm install
npm start
This project was developed using using Jest and Enzyme testing utilities. To run the test suites for this project:
npm test