Skip to content

Zigbee-Student-Developers-Club/bloggy

 
 

Repository files navigation

Bloggy

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.

Contribution is welcome! 🎉

Prerequisites☑

  • Ability to use Git and Github :octocat:
  • 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

GUIs

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

Under the hood⚙️:

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.

Contributors:

License 📝

Available on Google Play

About

Blogging on the go, simplified.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 97.2%
  • Objective-C 1.2%
  • Other 1.6%