Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/beardedfish/flashcards-sharp
- Owner: BeardedFish
- Created: 2020-04-24T07:27:25.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-08-05T20:48:15.000Z (over 1 year ago)
- Last Synced: 2023-08-05T21:36:21.274Z (over 1 year ago)
- Topics: c-sharp, college, flashcard, flashcard-application, gradient, gui, json, school, studying, university, windows, wpf
- Language: C#
- Size: 491 KB
- Stars: 3
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)