gregorojstersek / reusable-autocomplete

Displaying reusable autocomplete.

Home Page:https://frozen-shore-48407.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reusable Autocomplete

A web application that displays a reusable autocomplete for finding recipes that start with "A", countries that start with "A" and states or territories of the United States.

Preview

alt text

Install

Make sure you clone the repo with the submodule

git clone --recurse-submodules https://github.com/gregorojstersek/reusable-autocomplete.git

Make sure you have nodemon installed as a global package.

npm install -g nodemon

Navigate to the server folder and run:

npm install

After installing all the packages in the server folder, navigate to the root of the project and run:

npm install

Let's start the app.

npm start

That will start the express server on localhost:3000 and client app on localhost:4200.

Client side

Built with Angular 6, using Angular CLI.

Functionalities

  • displaying a reusable autocomplete for finding recipes that start with "A", countries that start with "A" and states or territories of the United States.

Server side

You can check the repo for more info.

About

Displaying reusable autocomplete.

https://frozen-shore-48407.herokuapp.com/


Languages

Language:TypeScript 53.0%Language:CSS 29.3%Language:JavaScript 9.2%Language:HTML 8.5%