ChangeMyMind is an app that serves as a platform to encourage positive political discussion between people of different opinions. Users can post their questions or opinions and others can message them to start a conversation and learn more.
The following required functionality is completed:
- User can log in and log out of his or her account
- The current signed in user is persisted across app restarts
- Newsfeed displays opinion posts
- User can search in newsfeed, filter it by category, and view trending posts
- User can compose a new post and post it to the newsfeed
- User can click on a post to chat with its author
- User can view their message threads in a separate tab
- User can view nearby political events
The following optional features are implemented:
- Users have a profile page with their interests and a profile picture
- Users can view curated resources about political issues
- Users can meet up with other users to discuss issues in person
The following additional features are implemented:
- Sentiment analysis to give users a timeline that they would be more willing to interact with
- Spam detection machine learning to help rid our platform of unnecessary content
Here's a walkthrough of implemented user stories:
GIF created with LiceCap.
List an 3rd party libraries, icons, graphics, or other assets you used in your app.
- AFNetworking - networking task library
Copyright 2018 [name of copyright owner]
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.