https://github.com/codewithgodstime/meetmesh
Meetmesh is a social media platform with aim to foster physical human interactions amongst users in the same geolocation. Built with django and reactJS
https://github.com/codewithgodstime/meetmesh
channels django djangorestframework gis
Last synced: about 1 month ago
JSON representation
Meetmesh is a social media platform with aim to foster physical human interactions amongst users in the same geolocation. Built with django and reactJS
- Host: GitHub
- URL: https://github.com/codewithgodstime/meetmesh
- Owner: codeWithGodstime
- Created: 2025-04-07T08:38:53.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2025-04-13T13:18:31.000Z (about 1 month ago)
- Last Synced: 2025-04-13T14:26:41.023Z (about 1 month ago)
- Topics: channels, django, djangorestframework, gis
- Language: TypeScript
- Homepage:
- Size: 521 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# TODO List
## Authentication
- [ ] Implement logout functionality## User Preferences
- [ ] Complete the user preference form on the frontend
- [ ] Add loading state for the user preference save button## User Profile (Private View)
- [ ] Complete the user profile view page with edit forms
- [ ] Enable changing profile picture and banner on the frontend
- [ ] Edit bio and interests
- [ ] Display social links and allow editing them## User Profile (Public View)
- [ ] Complete the user public profile view
- [ ] Make the message button functional
- [ ] Display distance between viewer and profile owner
- [ ] Display users the profile owner has met (if enabled)
- [ ] Display social links
- [ ] Implement route for user to view other profiles## Social & Discovery Features
- [ ] Implement feed algorithms
- [ ] Provide suggestions for meetups
- [ ] Implement in-app notifications
- [ ] Send meeting request
- [ ] Accept meeting request