Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@ These React examples are a single page React application deployed on GitHub. It

To see the working demo, go to [React Examples](https://snidersd.github.io/react-examples/#/).

The source code is in the [React Examples repository](https://github.com/snidersd/react-examples).

Select the link in the left navigation pane of the demo to view the example for each element. Accessibility test results are also included at the bottom of each example.

To improve accessibility, the following packages have been added to the application:
The [react-helmet] (https://github.com/nfl/react-helmet) package to manage the page title.
The [react-range] (https://www.npmjs.com/package/react-range) package to create the form slider.
[W3C WAI ARIA Landmarks] (https://www.w3.org/WAI/GL/wiki/Using_ARIA_landmarks_to_identify_regions_of_a_page) to identify regions to a page.
The [react-helmet](https://github.com/nfl/react-helmet) package to manage the page title.
The [react-range](https://www.npmjs.com/package/react-range) package to create the form slider.
[W3C WAI ARIA Landmarks](https://www.w3.org/WAI/GL/wiki/Using_ARIA_landmarks_to_identify_regions_of_a_page) to identify regions to a page.

## Installation Instructions
Follow these steps to install the React Examples application:
Expand Down