Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Jonathanvanhaaften/flutter_appwrite_1
Appwite demo app built to help quit smoking
https://github.com/Jonathanvanhaaften/flutter_appwrite_1
appwrite flutter
Last synced: about 1 month ago
JSON representation
Appwite demo app built to help quit smoking
- Host: GitHub
- URL: https://github.com/Jonathanvanhaaften/flutter_appwrite_1
- Owner: Jonathanvanhaaften
- Created: 2021-10-09T16:47:12.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-30T22:05:36.000Z (about 3 years ago)
- Last Synced: 2024-08-02T07:23:40.020Z (4 months ago)
- Topics: appwrite, flutter
- Language: Dart
- Homepage:
- Size: 489 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-appwrite - Source Code
README
## This Is my first flutter app with Appwite
An app demo to help you quit smoking.
It is a simple app demo built with Appwrite for Hacktoberfest 2021.You count your cigarettes per day, and the cost and is saved in an appwrite document. This can be a rewarding way to cut down on your cigarette consumption with the goal of quitting.
As of right now the cost is based on the cost per carton in BC, Canada. A future feature - the user could add the brand and prices in their area.A lot of this project is Frankensteined from the tutorials [React Bits (Damodar Lohani)](https://www.youtube.com/c/ReactBits) YouTube page - an amazing help. If you're looking to
learn Flutter and Appwrite it's a top resource on both subjects.### Login page logins into a user profile in the appwrite backend
### Signup page create's a user profile in the appwrite backend
### Home page were you can add or reduce the smoke count that is updated on the appwrite database
### Home page updated with the updated appwrite databaseI also wrote a blog about my experience
[What I learned by creating a Appwrite + Flutter demo](https://dev.to/jonathanvanhaaften/what-i-learned-by-creating-a-appwrite-flutter-demo-51ce)