PostIT: Share with your group.
PostIT is an application where users can create groups that can either be public or private. By default, all groups are public, allowing anyone to join. However, for private groups, the group’s admin or owner must approve join requests. In addition to group creation, the application also supports direct messaging between users.
Each post within a group can include multiple images. Once a post is published, it becomes interactive, allowing other users to comment, upvote, downvote, and even bookmark it for future reference.
Deployed Link: https://postit-omega.vercel.app
Link to a post: https://postit-omega.vercel.app/g/js7abqra7qs9h947ab9fkvsey16n8brc/post/k972p3s951x33y7henrgwbd7fn6n9vea
Github: https://github.com/trace2798/convex_feedit
PostIT
A reddit inspired web application
PostIT
A reddit inspired web application
GitHub
GitHub - trace2798/convex_feedit: PostIT: Share it with your group....
PostIT: Share it with your group. This is a web application where users can create group and post. - trace2798/convex_feedit
7 Replies
ItsYourBoyT
YouTube
PostIT: Zero To One Hackathon by Convex, 2024
This is my submission for Convex One to Zero Hackathon by Convex on Devpost, which took place from Tuesday, January 23, 2024 (10:00 am Pacific Time) – Monday, March 18, 2024 (5:00 pm Pacific Time).
It is a forum-style social media application where users can create/join groups and then post in those groups. Groups can be public or private. User...
You are awesome bro
Thanks lol also I changed the video
A better description of the functionality of this application:
1. Create public/private groups
2. Create posts inside groups
3. Ability to keep a post as draft
4. Add images to post using convex storage
5. Upvote, downvote, and bookmark a post
6. The admin and Owner of a group have access to the members' table and the ability to add, remove, and change the membership status of group members.
7. DM other users.
8. Ability to delete their own messages.
9. Use of Convex pagination in some queries.
10. Personalized feed for logged-in users
11. Implemented the logic to send a request to join a private group.
12. User profile page where users' activities (Posts and comments) are shown.
Great post about nested comments!
you could implement a karma system pretty easily here
Brooo I completely forgot about karma
yeah. that's the incentive system to get folks to engage! then you go to the mooon as everyone competes over karma
After the results are out I will add that.
True