Skip to content

1mpossible-code/react-autocomplete

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Autocomplete App

React autocomplete app created in educational purposes.

Table of contents


Description

This is React Autocomplete app. It implements users' emails autocomplete. Project created in education purposes.

Installation

Dependencies:

# Clone repo
git clone https://github.com/1mpossible-code/react-autocomplete
# Cd in it
cd react-autocomplete
# Install packages
npm install
# Run application
npm start

You will have server on http://localhost:3000/

Usage

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.

Contributing

Feel freely to contribute this project. Issues and PRs are welcome!

Credits

You can mail to linme00p@gmail.com to contact the author

License

Copyright © 2021 1mpossible-code. This project is GPLv3 licensed.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published