A simple flash card app where you can add cards to a deck.
- Add decks
- Add cards to a deck
Follow the instructions below to set up and run the application on your local machine.
- .NET SDK (e.g., .NET 8.0 or later)
-
Clone the repository:
git clone https://github.com/Quinver/FlashCards.git cd FlashCards -
Run in terminal:
dotnet run
-
Open in browser with port 5011
(Change ports in FlashCards/Properties/launchSettings.json)