Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: BryanYehuda/WebsiteFootballPWAWorkbox
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1
Choose a base ref
...
head repository: BryanYehuda/WebsiteFootballPWAWorkbox
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 3 commits
  • 1 file changed
  • 1 contributor

Commits on Dec 28, 2021

  1. Update README.md

    BryanYehuda authored Dec 28, 2021
    Copy the full SHA
    284cc4e View commit details

Commits on Jan 2, 2022

  1. Update README.md

    BryanYehuda authored Jan 2, 2022
    Copy the full SHA
    4f1c98a View commit details

Commits on Aug 7, 2022

  1. Update README.md

    BryanYehuda authored Aug 7, 2022
    Copy the full SHA
    b9dcfb3 View commit details
Showing with 39 additions and 2 deletions.
  1. +39 −2 README.md
41 changes: 39 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,39 @@
# WebsiteFootballPWAWorkbox
Ini adalah Website PWA Football Watch yang dibuat menggunakan Service Worker Workbox untuk submisi final kelas "Belajar Membuat Progressive Web Apps" Dicoding
# Website Football PWA Workbox

## English
### This is a PWA Football Watch Website created using the Service Worker Workbox for the final submission of the class "Learn to Create Progressive Web Apps" Coding ###

#### In this class we learn how to start building a PWA website further by using API, Dynamic Caching, IDB, Backend, Push Notification using Firebase, and the Workbox Library. ####
- Displays at least 2 pages that consume data from the football-data.org website. (fulfilled)
- Can still be used even though the status is offline (apply cache). (fulfilled)
- Has a data storage feature with indexed db (can add, display, and delete favorite teams, watching schedules, etc.) with a special page to display the stored data (so the total page is at least 3 pages). (fulfilled)
- Can display push messages from server (for simulating push messages sent using Firebase Cloud Messaging) with payload. Provide a push.js file for sending messages with the payload in the sent zip file. (fulfilled)
- Can be added to the homescreen. (fulfilled)
- Has a splash screen. (fulfilled)
- Using the Workbox Library. (fulfilled)
What is required by Dicoding to pass this class
**The results of this submission get 4 stars out of 5 stars**

You can see the website in action at my [Instagram Reel](https://www.instagram.com/reel/Cg91w0sKfWg/)

This Repository has **MIT License.**
This license allows the user to make any changes to the program code. This license only requires the user to include the license and author's copyright in the redistributed code and there is no prohibition against using the trademark of the original author. In addition, the user also has no right to sue the manufacturer when there is damage to the software

## Bahasa
### Ini adalah Website PWA Football Watch yang dibuat menggunakan Service Worker Workbox untuk submisi final kelas "Belajar Membuat Progressive Web Apps" Dicoding ###

#### Di kelas ini kita belajar untuk memulai membuat sebuah website PWA lebih lanjut dengan menggunakan API, Dynamic Caching, IDB, Backend, Push Notification menggunakan Firebase, dan Library Workbox ####
- Menampilkan minimal 2 halaman yang mengonsumsi data dari website football-data.org. (Terpenuhi)
- Tetap bisa dipakai meskipun status sedang offline (menerapkan cache). (Terpenuhi)
- Memiliki fitur penyimpanan data dengan indexed db (bisa menambahkan, menampilkan, dan menghapus tim favorit, jadwal nonton, dsb.) dengan satu halaman khusus untuk menampilkan data yang disimpan (sehingga total halaman menjadi minimal 3 halaman). (Terpenuhi)
- Dapat menampilkan pesan push dari server (untuk simulasi pesan push dikirim menggunakan Firebase Cloud Messaging) dengan payload. Sediakan fila push.js untuk pengiriman pesan dengan payload di dalam file zip yang dikirim. (Terpenuhi)
- Dapat ditambahkan ke homescreen. (Terpenuhi)
- Memiliki Splash Screen. (Terpenuhi)
- Menggunakan Library Workbox. (Terpenuhi)
Yang diharuskan oleh Dicoding agar lulus pada kelas ini
**Hasil submisi ini mendapatkan bintang 4 dari 5 bintang**

Hasil pengerjaan dari website bisa dilihat pada [Instagram Reel](https://www.instagram.com/reel/Cg91w0sKfWg/)

Repository ini memiliki **Lisensi MIT.**
Lisensi ini membolehkan pengguna untuk melakukan perubahan apapun pada kode program. Lisensi ini hanya mewajibkan pengguna untuk menyertakan lisensi dan copyright pembuat pada kode yang didistribusikan ulang dan tidak ada larangan untuk menggunakan trademark dari pembuat asli. Selain itu pengguna juga tidak berhak untuk menuntut pembuat ketika terjadi kerusakan pada perangkat lunak tersebut.