Blogging on the go, simplified.
Bloggy is an app which makes blogging simpler. You can post what you're up-to, create groups, upload photos, videos and stay connected with your friends and family and what not.
- Ability to use Git and Github
- Basic knowledge of Dart and Flutter
- Basic knowledge of Firebase, REST APIs and willingness to learn more
- UI/UX skills are appreciable but not mandatory
The flexibility of the user interface has been developed with a fast and fluid user experience in mind.
As chosen framework Flutter provides rich set of UI elements, and modern design language support
such as Google’s Material design and Apple Cupertino. It has the following screens:
• Landing Page
• Sign-up Page
• Dashboard
• Profile
• Posts
• Compose post
• Photos
• Groups
• Settings
• App Info
The app is build using Flutter framework. Both the GUI design and behaviour is written in
Dart language.
The database used is MySQL hosted on website https://nerdynikhil.tech/test/.
The APIs tosend and fetch data from the database are written using PHP REST API.
The coded .dart files are located in /lib/ folder.
The database is created in phpMyAdmin on hosted cPanel. Two tables 1. all_users and 2. posts have been created.