diff --git a/README.md b/README.md index 0937a2d..1fe6092 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,16 @@ + + # PortalBook A faster, and more efficient version of the official StudentVue app. +Home screen +Class view +Assignment view + ## Features -- Cleaner, faster, more intuitive UI +- Cleaner, faster, minimalist, more intuitive UI - Cached data: gradebook, student qr code load instantly - Faster login: <0.7s login time - Lightweight and written completely in SwiftUI @@ -16,4 +22,4 @@ A faster, and more efficient version of the official StudentVue app. - [MijickCalendarView](https://github.com/Mijick/CalendarView) - [StudentVue](https://github.com/TheMoonThatRises/StudentVue.swift) - [SwiftSoup](https://github.com/scinfu/SwiftSoup) -- (SWXMLHash)[https://github.com/drmohundro/SWXMLHash] +- [SWXMLHash](https://github.com/drmohundro/SWXMLHash) diff --git a/assets/assignmentview.png b/assets/assignmentview.png new file mode 100644 index 0000000..ff4f033 Binary files /dev/null and b/assets/assignmentview.png differ diff --git a/assets/classview.png b/assets/classview.png new file mode 100644 index 0000000..534490f Binary files /dev/null and b/assets/classview.png differ diff --git a/assets/homescreen.png b/assets/homescreen.png new file mode 100644 index 0000000..8e6f978 Binary files /dev/null and b/assets/homescreen.png differ