/football-info

A football info web created as a final project in Building PWA course at Dicoding Academy.

Primary LanguageJavaScript

Football Info Web

A football info web created as a final project in Building PWA course at Dicoding Academy.

In this project, I use Webpack as the module bundler and Materialize for the CSS framework.
For the data , I use API from http://football-data.org/.

How to Use

To use this project, you can download or clone this repository and then run npm install.

How to Run

  • npm run test -> running the project in development mode.
  • npm run build -> build the project in production mode.