Skip to content

mosesmbadi/fika_app

Repository files navigation

This is the official code repository for Fika App You can be part of this amazing startup by making a small donation via:

paypal

Score Board

  • Designed the UI
  • Integrated the Login logic with firebase (Users need to verify their email via a notification sent to their email)
  • Can add errands from firestore and have them display on the app in real time
  • Errands can be added on the app and they appear in firestore in real time
SignUp Screen Login Screen
shot01 shot02
HomeScreen Profile Screen
shot1 shot3

Todos

  • Connect profile with errands/database
  • Solve the annoying Bad state error when uploading errands from phone
  • Display info of logged in user in the profiles section

To run the project locally, clone this repository then use the followimg commands:

flutter pub get
flutter run

Documentation

Fika is a mobiel app that help people run errands, find short-term workface and do other things.

The frontend wil be developed with flutter and backend in Django, with DRF being the APIs.

Payment systems will be integrated with Mpesa.

Users can sign in, book errands and pay for them.

Here's a visual reference of what we are working on: Overview.

Here's the first draft of the overview of Fika App Documentation: Docs.

And here's a visual guide to the overal systems design: Docs.