QuizzlyQuizzly is a web app for creating flash cards and multiple choice quizzes.
Quizzly emulates functionality from online quiz platforms like Kahoot! and Quizlet in that users can create and share multiple choice quizzes. Users can then take quizzes created by themselves (to practice "flash card" style) or other users. Click here to check it out! Design NotesThe app is written primarily in JavaScript. The front end uses React.js with Boostrap for styling. The back end uses Express and a PostgreSQL database.
The app is deployed online using Heroku to host the back end and Surge to host the front end. The code is available in two GitHub repositories: one repo for the front end and one repo for the back end. |