A cross‑platform .NET 8 console application that helps lifelong learners:
| Area | What you can do |
|---|---|
| Courses & Modules | add / view / delete courses, set progress %, organise course modules and mark them complete |
| Notes | attach notes to courses, list by course, free‑text search |
| Vocabulary | add bilingual word pairs with explanations & examples, quiz yourself (mastery tracking) |
| Resources | store external links (articles, videos) per course |
| Quizzes | create course quizzes with due‑dates; the app reminds you with a console beep |
| Dashboard | one‑line summary: course count, average progress, notes, vocab |
| Global Search | search across courses + notes + vocab in one shot |
Make sure to install dotnet runtime [Download .NET 8.0]
Go to the latest release: https://github.com/Ap13Crow/CS690-FinalProject-MiaLearningApp/releases Download the executable called "LearningApp_v2.1.0.zip"
unzip MiaLearningApp-v2.1.0.zip (or "extract all" on Windows)
Go inside the directory (CS690-FinalProject-MiaLearningApp-2.1.0) you have unzipped (e.g. open in Terminal/Powershell) Run the following command in terminal 'dotnet LearningApp.dll'
Check out the user documentation in the wiki : [User documentation]