Web Pencarian Data Sekolah dengan HTML, CSS & JS

Web School Data Search with HTML, CSS & JS

There is an opportunity this time I will discuss how to make a simple menu for searching school data throughout Indonesia using HTML, CSS, JAVASCRIPT and AJAX. Next us Describe the use of HTML to create a web page with the elements used, including:

1. Heading. 

Used to create titles on web pages. Example code implementation:

School Data Throughout Indonesia

2. Select Tag.

Used to create dropdown lists. This element is commonly used in forms for input by users. Example code implementation:

   All data by level based on school name

3. Tabel.

Used to display a list of data on a website page can be in the form of a table. Example code implementation:

LadderSchool NameAddressDistrictKabupatenProvinsi
4. Input text

Used by users to enter data in the form of text. As an input system in data processing. Example code implementation:

5. Button/Tombol

Used as a trigger to process a function. In this application, the button is used to trigger the process of searching for school data. Example code implementation:

value=”Cari Sekolah”>                                                 

     CSS (Cascading Style Sheets) is usually paired with HTML which is used to change the appearance of a web-based application. CSS has several frameworks that function to make it easier for developers to create web-based application designs. In this application I use the Bootstrap framework. One way to insert the CSS Bootstrap Framework is by using the CDN inserted in the

in HTML. Here's the code implementation:

     Javascript is a programming language used to make the interaction on the pages of a website dynamic. While jquery is a javascript library that will make the process of creating a website faster and simpler. The way to use jquery is to insert it into the

in HTML. As follows:

[removed]

flare.com/ajax/libs/jquery/3.6.0/jquery.min.js”>[removed]             

For the school data itself, I take it from the Indonesian School Data API sourced from github. 

     API (Application Programming Interface) is an interface that connects one application to another. Here the API connects the School Data Search website page with a database of school collections throughout Indonesia.

Pada aplikasi ini menampilkan data sekolah berupa jenjang, nama sekolah, alamat, kecamatan, kabupaten dan provinsi. Terdapat 3 buah pilihan pencarian yang dapat digunakan untuk menampilkan data sekolah:

  1. Search across the data

   2. Search by level, the choice is limited to elementary, junior high, high school and vocational school

   3. Search by school name

Berita Rekomendasi

ChatGPT & Programmer Akan Saling Membantu

12/11/2024

ChatGPT & Programmers Will Help Each Other

ChatGPT dapat membuat program komputer? Betul! Tetapi membuat pemrograman “besar” yaitu sebuah sistem komputer, rasanya masih belum bisa. Tantangan yang Dihadapi Mengapa? Karena membuat sebuah sistem komputer, prosesnya juga panjang…

View
4 Point Penting Dalam Menjaga Keamanan Aplikasi

11/11/2024

4 Important Points in Maintaining Application Security

Di era industry 4.0 saat ini semakin banyak bisnis startup bisnis berbasis digital bermunculan, mereka hadir dengan bisnis yang membutuhkan implementasi teknologi handal. Teknologi yang mendukung kemampuan akses dari lintas…

View
Monitoring Karyawan: 6 Tips Agar Lebih Mudah

10/10/2024

Employee Monitoring: 6 Tips to Make It Easier

Setiap dunia kerja pasti memiliki setiap bidang pekerjaan yang berbeda. Walaupun satu atap namun bidang pekerjaan ini dibedakan dan dibuat ke dalam tim-tim kecil yang berkelompok dengan tujuan agar dalam…

View