Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 608 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 608 Bytes

This project is an example of how to display values from an array in a select dropdown list in React. This project was bootstrapped with Create React App.

Contents

There are two components in this project - App.js and DynamicSelect.js. The App component defines a dataset which is passed into the DynamicSelect component. DynamicSelect then parses the dataset into a select list.

How To Run

The project was built using Create React App. To run the project:

  • npm start or yarn start a new browser window will appear running the project.