Study Generator Web App @ studygenerator.com.
We built StudyGenerator.com in order to help students more efficiently learn information. Instead of having to go through and make their own review, StudyGenerator goes through the text and generates flashcards for you, so you can quiz yourself to make sure you are understanding and comprehending the content.
The frontend serves the user separately from the backend. The frontend of Study Generator holds all the UI content including the several flashcard features, such as shuffle and hints. One of the primary goals while developing this product was to emphasize simplicity and minimalism and we are fairly confident that we achieved just that to provide a delightful user experience to be an efficient product - paste, click, and study! If you want to learn more about our backend, click here!
- Vue.js - making the UI
- TailwindCSS - stylize user-friendly UI
- NodeJS - write algorithms and logic
- Google Cloud Run - run the backend API as scalable requests
- Google Cloud Natural Language Processing API - extract keywords
- Google Cloud Storage - upload PDFs created when print option is selected
View our presentation here.