From 66164a1ed9db61e0cb16b2308db9276ed852f10c Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 6 Oct 2021 12:23:42 +0530 Subject: [PATCH] Tier-3/Alumni-app --- Projects/3-Advanced/Alumni-app.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 Projects/3-Advanced/Alumni-app.md diff --git a/Projects/3-Advanced/Alumni-app.md b/Projects/3-Advanced/Alumni-app.md new file mode 100644 index 00000000..3225e598 --- /dev/null +++ b/Projects/3-Advanced/Alumni-app.md @@ -0,0 +1,30 @@ +# Alumni App + +**Tier:** 3-Advanced + +An app to connect alumni of specific institution/university. + +## User Stories + +- [ ] User can create account with email and password. +- [ ] User can post public story, like other users' public stories and comment on them. +- [ ] User can organize events. +- [ ] User can chat with each other +- etc... + +## Bonus features + +- [ ] Social media signin options. +- [ ] User can post jobs, collect CVs of applicants. +- etc... + +## Useful links and resources + +[Learn flutter, a framework to create performant cross-platform applications](https://flutter.dev/) +[Learn firebase integration with flutter applications](https://firebase.flutter.dev/) +[Dribbble for UI inspiration](https://dribbble.com/) + +## Example projects + +[Alumni app in flutter with firebase](https://github.com/mdb2301/alumniapp) +[Alumni app UI idea](https://dribbble.com/shots/16474655-Professional-social-media)