Skip to content

jeremyrwross/nfl-teams

Repository files navigation

NFL Teams

A basic WordPress plugin built to show a list of NFL teams returned from an API.

Libraries Used

Development

To speed up development this plugin uses Boostrap 5 to leverage the tabs component and utility classes. Laravel Mix is used to compile SCSS and JavaScript.

Bootstrap 5 was chosen because it no longer requires jQuery as a dependency. Only components that are required are imported into the JavaScript and SCSS. To further optimize the plugins CSS, PurgeCSS is used to remove unused CSS.

Dev Setup

  • Run npm install to install all dependencies.
  • Run npm run watch to have Laravel Mix watch all SCSS and JavaScript files for changes.

Usage

To use this plugin add the shortcode [nfl_teams] to any WordPress post or page.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published