https://github.com/msiddhu/bloggie
A blog app where you can write your posts with added functionalities of like, comment and bookmark.
https://github.com/msiddhu/bloggie
android-application flutter
Last synced: about 2 months ago
JSON representation
A blog app where you can write your posts with added functionalities of like, comment and bookmark.
- Host: GitHub
- URL: https://github.com/msiddhu/bloggie
- Owner: msiddhu
- Created: 2021-05-12T22:33:43.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-13T06:27:53.000Z (over 3 years ago)
- Last Synced: 2025-02-13T18:18:54.468Z (4 months ago)
- Topics: android-application, flutter
- Language: Dart
- Homepage:
- Size: 6.32 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# bloggie## A simple blog application
A blog app where you can write your posts with added functionalities of like, comment, bookmark and dark mode.
## App Features
1. CRUD(Create, Read, Update, Delete) on blog with picture.
2. Sorting by number of likes or date
3. Likes
4. Bookmark blogs
5. Comments
6. Follow other user for updates
7. Stats
8. Delete account
9. Dark mode## Discovered bugs
1. Edit blogs -Text sync with theme.
2. Likes not working
3. Count likes are not correct.