react-country-selector-demo

React app to select a country via auto-suggest

Stars
0
Committers
1

React country selector demo

This project was bootstrapped with Create React App.

Auto suggest

Uses react-autosuggest for core auto suggest functionality.

Folder Structure

Main project files:

my-app/
  README.md
  node_modules/
  package.json
  public/
    index.html
    favicon.ico
  src/
    App.css
    App.js
    App.test.js
    countries.js
    CountrySelect.js
    index.css
    index.js
    logo.svg

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode. Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits. You will also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.

Supported Browsers

By default, the generated project uses the latest version of React.

You can refer to the React documentation for more information about supported browsers.