2020-11-08 23:33:30 -05:00
# Quote of the Day
2019-12-09 04:08:46 -05:00
## Summary
2021-04-26 02:08:59 -04:00
This web part displays a quote of the day by querying a third-party api or can display a quote entered manually into the web part property pane.
2019-12-09 04:08:46 -05:00
![picture of the web part in action ](./assets/react-quotes-sample.png )
## Used SharePoint Framework Version
![drop ](https://img.shields.io/badge/version-1.9.1-green.svg )
## Applies to
2020-06-09 03:09:22 -04:00
* [SharePoint Framework ](https://docs.microsoft.com/sharepoint/dev/spfx/sharepoint-framework-overview )
2019-12-09 04:08:46 -05:00
## Solution
Solution|Author(s)
--------|---------
react-quotes | Zach Roberts
## Version history
Version|Date|Comments
-------|----|--------
1.0| November 11, 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`
2021-04-26 02:08:59 -04:00
* In the browser that opens add the web part to your page.
* After the web part has loaded it will load the quote automatically or you can edit the webparts properties to display a manual quote.
2019-12-09 04:08:46 -05:00
## Features
2021-04-26 02:08:59 -04:00
This web part loads a random quote from a third-party api (https://favqs.com/api). Additionally a quote can be entered manually and the text color of the quote and author can be adjusted through the web part properties.
2019-12-09 04:08:46 -05:00
< img src = "https://telemetry.sharepointpnp.com/sp-dev-fx-webparts/samples/readme-template" / >