Skip to content

snidersd/react-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Examples

These React examples are a single page React application deployed on GitHub. It was created using Create React App.

To see the working demo, go to 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.

Installation Instructions

Follow these steps to install the React Examples application:

  • Clone or download the react-examples repository.
    • If you download the zip file extract it before proceeding.
  • From the command-line navigate to the react-examples (clone) or react-examples-master (unzip) directory.
  • Type: npm install
  • Type: npm start
  • The application opens in your default browser to http://localhost:3000/#/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published