Skip to content

Commit

Permalink
feature updates and bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nixrajput committed Sep 4, 2022
1 parent c4d72ae commit a47101c
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 29 deletions.
Empty file added CONTRIBUTING.md
Empty file.
97 changes: 68 additions & 29 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,36 +1,73 @@
# social_media_app
# Rippl! - A Social Media App

A social media application developed using Flutter and GetX state management for
sharing and connecting with people around the world.
It is a mobile app that allows users to share their photos and videos with
other users.
Rippl! is a social media app that allows users to share their photos and videos
with other users. Users can also follow other users and like and comment on
their posts.

The app is developed using Flutter and GetX state management. The app is
currently in development and is not yet ready for production.

Right now, the app is only available for Android devices.

We are open to contributions. If you would like to contribute, please read the
[contribution guidelines](CONTRIBUTING.md).

## Getting Started

For help getting started with Flutter, view online
[documentation](https://flutter.dev/).

## Contributing

Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of
conduct, and the process for submitting pull requests to us.

## Authors

* **[Nikhil Rajput][portfolio]** - *Owner & Lead Developer*

## Features

- Login
- Registration
- Forgot Password
- Reset Password
- Change Password
- Account Verification
- Get Profile Details
- Update Profile Details
- Upload Profile Picture
- Follow/Unfollow User
- Create Post
- Fetch Posts
- Like/Unlike Post
- Update Post
- Delete Post
- Add Comment
- Get Comments
- Like/Unlike Comment
- Delete Comment
- Customized Settings

## Download APK

[Download](https://github.com/nixrajput/social-media-app-flutter/releases)
* [x] User Authentication
* [x] Post Feed
* [x] Post Creation
* [x] Post Editing
* [x] Post Deletion
* [x] Post Liking
* [x] Post Commenting
* [ ] Post Sharing
* [ ] Post Searching
* [ ] Post Filtering
* [ ] Post Sorting
* [ ] Post Reporting
* [ ] Post Blocking
* [ ] Post Muting
* [x] Profile Creation
* [x] Profile Editing
* [ ] Profile Deactivation
* [x] User Following
* [x] User Unfollowing
* [ ] User Blocking
* [ ] User Muting
* [ ] User Searching
* [ ] User Filtering
* [ ] Trending Posts
* [ ] Hash Tagging
* [ ] Post Tagging
* [ ] User Tagging
* [x] Recommendations
* [ ] Search Suggestions
* [x] Settings
* [ ] Support

## License

This project is licensed under the GPL-3.0 License - see the
[LICENSE.md](LICENSE.md) file for details

## Download

You can download the app from the [releases page][releases].

## Screenshots

Expand Down Expand Up @@ -78,3 +115,5 @@ other users.
[twitter]: https://twitter.com/nixrajput07
[instagram]: https://instagram.com/nixrajput
[linkedin]: https://linkedin.com/in/nixrajput
[portfolio]: https://nixrajput.nixlab.co.in
[releases]: https://github.com/nixrajput/social-media-app-flutter/releases

0 comments on commit a47101c

Please sign in to comment.