aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 7 insertions, 9 deletions
diff --git a/README.md b/README.md
index da5ecc0..9670ac9 100644
--- a/README.md
+++ b/README.md
@@ -20,6 +20,7 @@ I'm not adding the "multiple pages" feature to the search section because I assu
## API
Multiple calls of the REST API from jikan.moe.
Usage of :
+
+ /v3/top/manga
+ /v3/top/anime
+ /v3/manga
@@ -35,6 +36,7 @@ Usage of ScrollView in the detail page. Thus, items with long synopsis and backg
## Design
Used my "personal" theme colors for the app.
It consists of some colors of the pink/purple "family" :
+
+ very dark purple : #09022A
+ very light magenta : #FF70FF
+ strong pink : #D52C70
@@ -47,12 +49,8 @@ Also added the "bangers" font for the titles.
Development done with a Gitflow workflow. I used master, release, develop and feature branches.
## Architecture
-I used the MVC architecture.
-
-## TO-DO
-+ Finishing MVC
-+ Adding Singleton
-+ Clicking on an image opens it full size
-+ Firebase
-+ Bottom navigation
-+ ...
+I used the MVC (Model, View, Controller) architecture.
+
+## Singletons
+Usage of singletons.
+Used to call APIs.