React autocomplete app created in educational purposes.
This is React Autocomplete app. It implements users' emails autocomplete. Project created in education purposes.
# Clone repo
git clone https://github.com/1mpossible-code/react-autocomplete
# Cd in it
cd react-autocomplete
# Install packages
npm install
# Run application
npm startYou will have server on http://localhost:3000/
Use cursor to select input field. You can type the part of user's email and app may suggest what email do you mean.
To autocomplete email click on the suggestion. To hide suggestions click past the input field.
Emails are:
george.bluth@reqres.in,
janet.weaver@reqres.in,
emma.wong@reqres.in,
eve.holt@reqres.in,
charles.morris@reqres.in,
tracey.ramos@reqres.in.
Feel freely to contribute this project. Issues and PRs are welcome!
You can mail to linme00p@gmail.com to contact the author
Copyright © 2021 1mpossible-code. This project is GPLv3 licensed.
