https://github.com/jaymar14/flashcard-generator
https://github.com/jaymar14/flashcard-generator
back-end flashcards nodejs
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jaymar14/flashcard-generator
- Owner: jaymar14
- Created: 2017-12-21T22:52:30.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-21T23:41:47.000Z (over 8 years ago)
- Last Synced: 2025-01-14T10:59:39.786Z (over 1 year ago)
- Topics: back-end, flashcards, nodejs
- Language: JavaScript
- Size: 99.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.")