sp-dev-fx-webparts/samples/react-github-badge
Hugo Bernier d001566f54 Companion sample to js-gitHubBadge sample (#847)
* Initial commit

* Initial version
2019-05-04 18:05:57 +03:00
..
.vscode Companion sample to js-gitHubBadge sample (#847) 2019-05-04 18:05:57 +03:00
assets Companion sample to js-gitHubBadge sample (#847) 2019-05-04 18:05:57 +03:00
config Companion sample to js-gitHubBadge sample (#847) 2019-05-04 18:05:57 +03:00
src Companion sample to js-gitHubBadge sample (#847) 2019-05-04 18:05:57 +03:00
teams Companion sample to js-gitHubBadge sample (#847) 2019-05-04 18:05:57 +03:00
.editorconfig Companion sample to js-gitHubBadge sample (#847) 2019-05-04 18:05:57 +03:00
.gitignore Companion sample to js-gitHubBadge sample (#847) 2019-05-04 18:05:57 +03:00
.yo-rc.json Companion sample to js-gitHubBadge sample (#847) 2019-05-04 18:05:57 +03:00
README.md Companion sample to js-gitHubBadge sample (#847) 2019-05-04 18:05:57 +03:00
gulpfile.js Companion sample to js-gitHubBadge sample (#847) 2019-05-04 18:05:57 +03:00
package-lock.json Companion sample to js-gitHubBadge sample (#847) 2019-05-04 18:05:57 +03:00
package.json Companion sample to js-gitHubBadge sample (#847) 2019-05-04 18:05:57 +03:00
tsconfig.json Companion sample to js-gitHubBadge sample (#847) 2019-05-04 18:05:57 +03:00
tslint.json Companion sample to js-gitHubBadge sample (#847) 2019-05-04 18:05:57 +03:00

README.md

React GitHub Badge

Summary

React version of Eric Skaggs @skaggej js-GitHubBadge sample.

Displays information from GitHub for a specified user.

React GitHub Badge in action

Used SharePoint Framework Version

SPFx v1.8.1

Applies to

Solution

Solution Author(s)
react-github-badge Hugo Bernier (Tahoe Ninjas, @bernierh)
Converted from: js-GitHubBadge Eric Skaggs @skaggej

Version history

Version Date Comments
1.0 April 18, 2019 Initial release

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 this repository
  • in the command line run:
    • npm install
    • gulp serve

Features

This sample illustrates how to convert an existing Javascript-only SPFx web part to a React SPFx web part while keeping the same look and feel. Please refer to the js-GitHubBadge sample for the original Javascript-only web part.

For more information about the conversion process, refer to this blog article.