diff --git a/README.md b/README.md index 66de77b6b8a0c3c3114b7c72f137ef2201b8070b..53949abefeb37bfc196447556d51595675ea9f6b 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,21 @@ # Tugas Besar _Milestone_ 2 IF3110 - _Client SPA_ ## Deskripsi Aplikasi -... +Ini adalah tampilan client untuk aplikasi kurir ## Tangkapan Layar Tampilan Aplikasi -... + + + + + + + + + + + + ## Pembagian Tugas @@ -20,5 +31,16 @@ | Fungsionalitas | NIM | |-------------------------------|-------------------------------| -| Backend Fungsi X | 13521122, 13521154, 13521173 | -| ... | ... | \ No newline at end of file +| Homepage | 13521173 | +| Saldo | 13521173 | +| Pesanan Tersedia | 13521173 | +| Pesanan Diambil | 13521173 | +| Detail Pesanan | 13521173 | +| History Pengantaran | 13521173 | +| Login | 13521173 | +| Register | 13521173 | +| Integrasi Backend | 13521173 | +| Setup | 13521173 | +| Docker | 13521173 | +| Profile | 13521173 | +| Logo | 13521154 | \ No newline at end of file diff --git a/docs/detail_history.png b/docs/detail_history.png new file mode 100644 index 0000000000000000000000000000000000000000..b090c910b625f88dcd5914751d22e6c89a7be407 Binary files /dev/null and b/docs/detail_history.png differ diff --git a/docs/detail_pesanan.png b/docs/detail_pesanan.png new file mode 100644 index 0000000000000000000000000000000000000000..14053e099b8c0d1100f2eefd56c18b70704ecb40 Binary files /dev/null and b/docs/detail_pesanan.png differ diff --git a/docs/detail_pesanan_diambil.png b/docs/detail_pesanan_diambil.png new file mode 100644 index 0000000000000000000000000000000000000000..0f1e8afb0938f676ddc61f44999fb4df512d1600 Binary files /dev/null and b/docs/detail_pesanan_diambil.png differ diff --git a/docs/detail_pesanan_tersedia.png b/docs/detail_pesanan_tersedia.png new file mode 100644 index 0000000000000000000000000000000000000000..bc1aa1bbb53a65120c42700f0e6bbec7f441706e Binary files /dev/null and b/docs/detail_pesanan_tersedia.png differ diff --git a/docs/history.png b/docs/history.png new file mode 100644 index 0000000000000000000000000000000000000000..708ede6ec1eefa797589f25c3a85381b70e19504 Binary files /dev/null and b/docs/history.png differ diff --git a/docs/home.png b/docs/home.png new file mode 100644 index 0000000000000000000000000000000000000000..554e44d8e93e1933c265b035d7662d1b1bf543f1 Binary files /dev/null and b/docs/home.png differ diff --git a/docs/logi.png b/docs/logi.png new file mode 100644 index 0000000000000000000000000000000000000000..beee0fb0b779d8c6d659bae8ca3023e589296220 Binary files /dev/null and b/docs/logi.png differ diff --git a/docs/pesanan_diantar.png b/docs/pesanan_diantar.png new file mode 100644 index 0000000000000000000000000000000000000000..1b29f5a76a0f8a34e53ac6775a1111abed577662 Binary files /dev/null and b/docs/pesanan_diantar.png differ diff --git a/docs/pesanan_tersedia.png b/docs/pesanan_tersedia.png new file mode 100644 index 0000000000000000000000000000000000000000..343d914b53355dcde00b34c7768a4b244036c5d7 Binary files /dev/null and b/docs/pesanan_tersedia.png differ diff --git a/docs/profile.png b/docs/profile.png new file mode 100644 index 0000000000000000000000000000000000000000..03da36d411a427afbc0586e9d8d97fb2018656ed Binary files /dev/null and b/docs/profile.png differ diff --git a/docs/register.png b/docs/register.png new file mode 100644 index 0000000000000000000000000000000000000000..a070082eb2aa1e97e44691e60c09fb765ae9eff5 Binary files /dev/null and b/docs/register.png differ diff --git a/docs/saldo.png b/docs/saldo.png new file mode 100644 index 0000000000000000000000000000000000000000..2db86ca5f2a7f228b1146a5be7bf19c22bea383a Binary files /dev/null and b/docs/saldo.png differ