ConnectUni / connectuni

ConnectUni is a mobile application designed for college students to connect with each other in group chats and events through similar interests and classes.
https://connectuni.github.io/
1 stars 0 forks source link

Created Groups Homepage #20

Closed sanehirakenji closed 1 year ago

sanehirakenji commented 1 year ago

Created home.dart as well as a model folder that contains group.dart (a mock database of example groups) and group_card_view.dart (the template for the group cards on the home page).

An example of the page in effect can be seen here:

Issue004

**Note that I also temporarily switched the routing to the homepage on default running of the app as the login page is not yet implemented and crashes the app otherwise.