Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/beardedfish/flashcards-sharp

A program written in C# that allows a user to create flashcards and study them.
https://github.com/beardedfish/flashcards-sharp

c-sharp college flashcard flashcard-application gradient gui json school studying university windows wpf

Last synced: 26 days ago
JSON representation

A program written in C# that allows a user to create flashcards and study them.

Awesome Lists containing this project

README

        

# Flashcards-Sharp
A program written in C# for the Microsoft Windows operating system that allows a user to create flashcards and study them. The GUI of the program was made using the Windows Presentation Foundation (WPF). Flashcard sets are saved and loaded into the program via JavaScript Object Notation (JSON) files.

# Screenshots
![Home window](https://raw.githubusercontent.com/BeardedFish/Flashcards-Sharp/master/Screenshots/HomeWindow.png)

![User creating a flashcard set](https://raw.githubusercontent.com/BeardedFish/Flashcards-Sharp/master/Screenshots/CreateFlashcardSetWindow.png)

![User studying a flashcard set](https://raw.githubusercontent.com/BeardedFish/Flashcards-Sharp/master/Screenshots/StudyFlashcardSetsWindow.png)