https://github.com/robertbenjamin/cards
My first independent project for GA, a flash card web app.
https://github.com/robertbenjamin/cards
Last synced: about 2 months ago
JSON representation
My first independent project for GA, a flash card web app.
- Host: GitHub
- URL: https://github.com/robertbenjamin/cards
- Owner: robertbenjamin
- Created: 2015-07-12T19:24:35.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-10-06T17:30:25.000Z (over 10 years ago)
- Last Synced: 2025-02-25T16:47:34.022Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://robertbenjamin.github.io/cards
- Size: 263 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cards
My first independent project for GA: a flash card web app.
## The Initial Designs
These were whipped up in Sketch in 30 minutes so I had some sort of guideline to follow.


## Objectives
- Pre-load the app with some data, and allow the user to switch through questions quickly using the keyboard.
- Allow users to flip a card over to check the actual answer.
- Allow users to mark whether they got a question right or not.
- Track which cards were incorrect, and re-display them until the user gets them right!
**Bonus:**
- Track scores over time (even if the page is reloaded)
- Include images on one or both sides of the flash card
- Let the user add flash cards (don't need to be saved across refreshes)
## User Stories
- As a user, I want to be able to clearly view the question asked so I can try to remember the answer.
- As a user, I want to be able to easily switch from the question to the answer so I can check to see if I guessed correctly.
- As a user, I want to be able to mark my guessed answer as correct or wrong depending on the displayed answer.
- As a user, I want to be able to accomplish all by using *either* the mouse of keyboard.
- As a user, I want the flash cards app to only display questions I haven't answered correctly, so that I can work on the ones giving me trouble while passing on the ones I've already memorized.