Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/labasubagia/pwa-football

Make football web app to learn Webpack, SPA and PWA
https://github.com/labasubagia/pwa-football

progressive-web-app pwa single-page-app spa

Last synced: 27 days ago
JSON representation

Make football web app to learn Webpack, SPA and PWA

Awesome Lists containing this project

README

        

# Football App

Football app about Serie A

## Information

This app is a football league information of Serie A (Italian league)

The information contain in this app

- Standing
- Team Info
- League Matches
- Favorite team

## Demo

You can access this web app online [here](https://pwa-football-6fe6e.web.app/)

## How to Install

Install node package

```sh
$ npm install
```

## How to Run

Run development server

```sh
$ npm run start
```

Build production

```sh
$ npm run build
```

Build and preview production

```sh
$ npm run preview
```

## Technologies

- [Webpack](https://webpack.js.org/)
- [Handlebars](https://handlebarsjs.com/)
- [Idb](https://github.com/jakearchibald/idb)
- [Materialize CSS](https://materializecss.com/)
- [Workbox](https://developers.google.com/web/tools/workbox)