Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.24 KB

README.md

File metadata and controls

28 lines (18 loc) · 1.24 KB

flash-card-app

An application for teachers to create flashcards for students to use for studying.

Instructions to view the application:

-Install project dependencies: npm install

-Run the server: npm start

A list of decks is displayed on the homepage, where students can view decks and their cards.

New decks and cards can be created, and existing decks and cards can be edited or deleted. When viewing a deck, a student can enter study mode. While on the study page, cards are displayed front-side first, one at a time. Students can then flip the card to see the other side. After flipping, they are able to move on to the next card. Upon completion, they're asked if they wish to restart the deck or return home.

homepage

View of an individual deck:
Screenshot 2023-10-04 at 7 19 42 PM


View of the study page:
Screenshot 2023-10-04 at 7 22 21 PM