I created a flashcard app called flipr not long ago. After completing the web app, I wanted to create a companion website that would let users take quizzes based on those stacks of flashcards.
1. clone this repo along with the flipr backend***
2. cd into backend directory
3. run *bundle install*
4. run *rails s*
5. open another terminal
6. cd into flipr_quiz and run *npm install*
7. *yarn start*
*** flipr_backend
Bug reports and pull requests are welcome on GitHub at https://github.com/SamG-H/flipr_quiz. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
This web app is available as open source under the terms of the MIT License.