sp-dev-fx-webparts/samples/react-soccer-highlights
Jerry Yasir bec03d3fde
Add files via upload
2020-11-20 22:08:17 -05:00
..
assets Add files via upload 2020-11-20 22:02:24 -05:00
config Add files via upload 2020-10-30 22:45:28 -04:00
src Add files via upload 2020-11-20 22:07:50 -05:00
teams Add files via upload 2020-10-30 22:46:07 -04:00
tools Add files via upload 2020-10-30 22:46:36 -04:00
README.md Update README.md 2020-11-20 22:01:31 -05:00
gulpfile.js Add files via upload 2020-10-30 22:46:36 -04:00
package-lock.json Add files via upload 2020-11-20 22:08:17 -05:00
package.json Add files via upload 2020-11-20 22:08:17 -05:00
tsconfig.json Add files via upload 2020-10-30 22:46:36 -04:00
tslint.json Add files via upload 2020-10-30 22:46:36 -04:00
webpack.js Add files via upload 2020-10-30 22:46:36 -04:00
yarn.lock Add files via upload 2020-10-30 22:46:36 -04:00

README.md

Soccer Highlights Web Part

Summary

  • This web part sample displays Soccer Highlights from a public Soccer API.
  • It shows a maxium of 100 highlights at one time.
  • The web part show live status of games scores and ability to watch them live.
  • You can view the highlights as Film Strips (Thanks to Hugo for the tip and great blog)
  • You can configure highlights per page.
  • You can also view the hights as flat mode.
  • You can set Title and Number of Highlights to show.

Web Part

Web Part in Action

Web Part in Action

Usage

**1) Deploy the package to SharePoint Online App Catalog.

2) Add the Web Part to Page, Configure the web Part, provide Title and Page Size.

3) Add the Web Part to Page, Configure the web Part, provide Title and Page Size.

**4) Click on Pager to move Pages or arrows or dots in filmstrip view. **

Used SharePoint Framework Version

SPFx 1.11.0

Applies to

Prerequisites

None

Solution

Solution Author(s)
Soccer Highlights Web Part Jerry Yasir

Version history

Version Date Comments
1.0 October 30, 2020 First Version

Disclaimer

THIS CODE IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.


Minimal Path to Awesome

  • Clone or download this repository
  • Run in command line:
    • npm install to install the npm dependencies
    • gulp serve to display in Developer Workbench (recommend using your tenant workbench so you can test with real lists within your site)
  • To package and deploy:
    • Use gulp bundle --ship & gulp package-solution --ship
    • Add the .sppkg to your SharePoint App Catalog