Skip to content

Latest commit

 

History

History
48 lines (38 loc) · 1.57 KB

README.md

File metadata and controls

48 lines (38 loc) · 1.57 KB

GitHub  

Habits

Description

The Habits mobile app allows you to add a new habit and track progress, with the ability to sort and view the details of the habit.

Technologies used

  • Dart;
  • Flutter;
  • Bloc;
  • RxDart;
  • Sqflite.

Features

  • View all habits;
  • Add new habit;
  • Set notification;
  • Sort orders;
  • Settings;
  • View order details.

Screenshots

Video with an example of the work

Building the Code

  • Clone the repository using HTTP: git clone https://github.com/RuTiKeyOne/Habits;
  • Open Android Studio/Visual Studio Code;
  • Click on 'Open the project folder;
  • Browse to the directory where you cloned the mobile-wallet repo and click OK;
  • Let Android Studio/Visual Studio Code import the project;
  • Build the application in your device by clicking run button.