/SUGUKAppCustomizerDemo3

SUGUK Leeds Application Customizer RC Example - Demo 3

Primary LanguageTypeScript

sugukdemo-3

This is a demo of application customizers for SUGUK Leeds. In this example, we:

  • add HTML and CSS to the Top zone of the modern SharePoint pages
  • Add the time and date using a JavaScript function
  • Import jQuery and jQuery Cycle 2 using CDNs
  • Use the REST API to get announcements and display them in a slideshow
  • Add Google Analytics to the page

Blog post can be found here: Tony is here

Building the code

git clone the repo
npm install
# Ensure announcement list exists on your developer site
gulp serve