This is a simple autocomplete application built using HTML, CSS, and JavaScript. It allows users to search for countries and displays autocomplete suggestions as they type.
To run the application locally, follow these steps:
-
Clone this repository to your local machine:
git clone https://github.com/TechnoPhasePRO/Autocomplete.git
. -
Navigate to the project directory.
-
Install dependencies:
npm install
. -
Start the server:
node server.js
. -
Open your web browser and go to
http://localhost:3000
to view the application.
- Type in the input box to search for countries. Autocomplete suggestions will appear as you type.
- Click on a suggestion to select it and populate the input box with the selected country.