An open API service indexing awesome lists of open source software.

https://github.com/jaymar14/flashcard-generator


https://github.com/jaymar14/flashcard-generator

back-end flashcards nodejs

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# Flashcard-Generator
In this week's assignment, you will create the backend for a basic flashcard application.

The backend will essentially constitute an API that allows users to create two types of flashcards.

Basic flashcards, which have a front ("Who was the first president of the United States?"), and a back ("George Washington").
Cloze-Deleted flashcards, which present partial text ("... was the first president of the United States."), and the full text when the user requests it ("George Washington was the first president of the United States.")