We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64b3f4a commit 28b1378Copy full SHA for 28b1378
README.md
@@ -1,9 +1,14 @@
1
+## Anonymous ask website like ask.fm
2
+ - FE: Flutter build web :hammer:
3
+ - BE: ExpressJS with MongoDB :seedling: and Heroku
4
+
5
+## Deployed :rocket:
6
+ - http://ask.kreazy.me/
7
8
## Expected:
9
- [ ] Apply Unit test
-- [ ] Apply Dependency Injection
10
- [ ] Install Firebase Crashlytics
11
- [ ] Install Firebase Cloud Message
-- [ ] Apply freezed
12
13
## BLoC
14
Apply BLoC Pattern in this project with ```bloc_flutter``` package
@@ -56,3 +61,4 @@ Apply Clean Architecture in this project. Here are Project Structure
56
61
├───resource
57
62
└───widget
58
63
```
64
0 commit comments