Skip to content

Commit

Permalink
Merge pull request #37 from ngekost-aja/merge-frontend
Browse files Browse the repository at this point in the history
merge frontend submodule into a normal directory
  • Loading branch information
FarrelAD authored Nov 19, 2024
2 parents 06d0f7c + ce61cda commit f2f91f0
Show file tree
Hide file tree
Showing 58 changed files with 2,858 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend
Submodule frontend deleted from 9ca4c4
5 changes: 5 additions & 0 deletions frontend/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Ngekost-Aja WEB Frontend

👉🏻 [Check this out to see the full project with both frontend and backend linked](https://github.com/ngekost-aja/Ngekost-Aja)

A simple frontend for the "Ngekost Aja!" project. It uses basic web technologies including HTML, CSS, JavaScript, and Bootstrap. This frontend is fully integrated with the backend to provide a seamless user experience.
24 changes: 24 additions & 0 deletions frontend/assets/css/index.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
body {
background-color: white;
height: 1000px;
font-family: 'Poppins', sans-serif;
}

main {
margin-top: 5rem;
}

#product-catalog {
margin: 3rem 0rem 3rem;
}

.container-row {
margin: 1rem;
}

footer {
background-color: #3081D0 !important;
padding: 100px;
text-align: center;
color: white;
}
16 changes: 16 additions & 0 deletions frontend/assets/css/login.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
body {
font-family: 'Poppins', sans-serif;
height: 100vh;
margin: 0;
height: 100vh;
margin: 0;

}

#form-login {
background-color: #EDCD44;
}

#logo-ngekost-aja {
width: 80px;
}
37 changes: 37 additions & 0 deletions frontend/assets/css/owner/dashboard.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
body {
background-color: white;
height: 1000px;
font-family: 'Poppins', sans-serif;
}


/* MAIN */

main {
margin: 2rem 3rem 0 20rem;
width: 100%;
}

#btn-plus-icon {
width: 2rem;
}

#tambah-aset {
background-color: #EDCD44;
}

#btn-tambah-aset {
background-color: rgb(49, 49, 49);
color: white;
}

#aset-table {
overflow-y: scroll;
height: 70vh;
}

.aset-data:hover {
background-color: lightgray;
color: white;
cursor: pointer;
}
57 changes: 57 additions & 0 deletions frontend/assets/css/owner/detail-aset-kost.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
body {
background-color: white;
height: 1000px;
font-family: 'Poppins', sans-serif;
}

#btn-plus-icon {
width: 2rem;
}

/* MAIN */

main {
margin: 2rem 3rem 0 20rem;
width: 100%;
}

#tambah-ruang-container {
background-color: #EDCD44;
}

#btn-tambah-ruang {
background-color: rgb(49, 49, 49);
color: white;
}

#ubah-pengelola-btn {
background-color: black;
color: white;
}

.status-digunakan {
background-color: green;
border-radius: 2rem;
color: white;
}

.status-tdk-digunakan {
background-color: gray;
border-radius: 2rem;
color: white;
}

.status-tdk-disewakan {
background-color: red;
border-radius: 2rem;
color: white;
}

.lihat-field:hover {
cursor: pointer;
text-decoration: underline;
}

.lihat-icon {
width: 1.5rem;
}
35 changes: 35 additions & 0 deletions frontend/assets/css/owner/pengelola.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
body {
background-color: white;
height: 1000px;
font-family: 'Poppins', sans-serif;
}


/* MAIN */

main {
margin: 2rem 3rem 0 20rem;
width: 100%;
}

#btn-plus-icon {
width: 2rem;
}

#tambah-pengelola {
background-color: #EDCD44;
}

#btn-tambah-pengelola {
background-color: rgb(49, 49, 49);
color: white;
}

.btn-phone:hover {
background-color: green;
color: white;
}

.phone-icon {
width: 1.5rem;
}
17 changes: 17 additions & 0 deletions frontend/assets/css/owner/statistics-room-kost.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
body {
background-color: white;
height: 1000px;
font-family: 'Poppins', sans-serif;
}


/* MAIN */

main {
margin: 2rem 3rem 0 20rem;
width: 100%;
}

#btn-plus-icon {
width: 2rem;
}
25 changes: 25 additions & 0 deletions frontend/assets/css/owner/tambah-aset.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
body {
background-color: white;
height: 1000px;
font-family: 'Poppins', sans-serif;
}


/* MAIN */

main {
margin: 2rem 3rem 0 20rem;
width: 100%;
}

.room-data {
cursor: pointer;
}

.data-filled {
border: 7px solid greenyellow;
}

.data-empty {
border: 7px solid red;
}
13 changes: 13 additions & 0 deletions frontend/assets/css/owner/tambah-pengelola.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
body {
background-color: white;
height: 1000px;
font-family: 'Poppins', sans-serif;
}


/* MAIN */

main {
margin: 2rem 3rem 0 20rem;
width: 100%;
}
13 changes: 13 additions & 0 deletions frontend/assets/css/owner/tambah-ruang.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
body {
background-color: white;
height: 1000px;
font-family: 'Poppins', sans-serif;
}


/* MAIN */

main {
margin: 2rem 3rem 0 20rem;
width: 100%;
}
95 changes: 95 additions & 0 deletions frontend/assets/css/renter/detail-kos.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,95 @@
body {
background-color: white;
height: 1000px;
font-family: 'Poppins', sans-serif;
}

main {
margin-top: 5rem;
}

#gallery-photo-kost {
height: 20rem;
}

.kost-images {
height: 100%;
}

#main-photo {
margin-right: .5rem;
}

#detail-info-kos {
margin-right: 2rem;
}

#detail-info-kos, #pemesanan-sewa-kost {
margin-top: 2rem;
}

#judul-kost {
font-weight: 500;
}

#btn-simpan-dulu, #btn-sewa-sekarang {
font-weight: bolder;
}

#btn-simpan-dulu {
background-color: white;
color: black;
border-color: #33BCEA;
margin-bottom: .5rem;
}

#btn-sewa-sekarang {
background-color: #EDCD44;
color: black;
border-color: #EDCD44;
}

#product-catalog {
margin: 3rem 0rem 3rem;
}

.link-to-detail-kost {
text-decoration: none;
}

.kost-content {
height: 100%;
}

.judul-kost {
font-weight: 500;
}

.alamat-kost {
font-size: small;
}

.harga-kost {
font-weight: bolder;
}

.rating-kost {
display: flex;
}

.rating-text {
margin-left: .5rem;
}

.star-icon {
width: 1rem;
align-items: center;
color: #FFC400;
}

footer {
background-color: #33BCEA !important;
padding: 100px;
text-align: center;
color: white;
}
Loading

0 comments on commit f2f91f0

Please sign in to comment.