QuizzlyQuizzly is a web app for teachers looking to do formative assessment of their students. The Quizzly app allows teachers to create and share multiple choice problems sets, quizzes, and flash cards. Students can then complete the exercises, and have their score history recorded to track progress and mastery.
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. |