Skip to content

Commit 7b1872e

Browse files
committed
Add features and lessons learned for Collaboration App
Signed-off-by: Muhammad Umer Farooq <[email protected]>
1 parent b2c1997 commit 7b1872e

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

src/content/projects/upwork_collaboration-app.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,20 @@ company: upwork
88

99
---
1010

11-
I am currently working on a project called Collaboration App. Collaboration App is a web application that allows users to collaborate with each other. I am developing this project using Vue, TailwindCSS, and Firebase. I am excited to share more about this project in the future.
11+
I am currently working on a project called Collaboration App. Collaboration App is a web application that allows users to collaborate with each other. I am developing this project using Vue, TailwindCSS, and Firebase. The features of this project as follow:
12+
13+
1. Admin will invite user to join the app.
14+
2. Admin can create another admin, user, room, and assign user to room.
15+
3. User can join the room and chat with other user in the same room.
16+
a. User can send text message.
17+
b. User can send image.
18+
c. User can send file.
19+
20+
4. Admin can create Zoom meeting or sechdule before meeting.
21+
5. User can join the Zoom meeting from the app.
22+
6. The Zoom meeting should be inside the app by using Zoom SDK.
23+
24+
### Lessons Learned
25+
- I learned how to integrate Zoom SDK into the web application.
26+
- I learned how to use Firebase Functions to create Zoom meeting and join the meeting.
27+
- I learned how to use Firebase storage to store the image and file.

0 commit comments

Comments
 (0)