This app will make HTTP GET requests to an API to obtain user names.
This project was bootstrapped with:
You will need to install Yarn or Npm as a package manager.
- Run
cd <your desired path>
to change into the directory where you want this app installed. - Run
git clone <this repo> .
to clone this repo to you local machine. - Run
yarn && yarn start
ornpm i && npm start
Open up your web browser and go to http://localhost:3000. You should see the Autocomplete home screen come up.