SharpCards is a desktop app built with C# and Windows Forms. It allows the user to create, store, and read two-sided flashcards. The user can organize their cards using groups. The code that runs the processes within the applciation are located in Form1.cs.
-
Download SharpCards.exe and MaterialSkin.dll here.
-
Run SharpCards.exe!
Prior to building this Windows Forms program, we built a skeleton console application to test functionality, data structures and efficiency.
We are interested in building this desktop app with components of Google's Material Design. A big thanks goes to Ignace Maes who created a Material Design skin for WinForms, which we are using in the app.