/ipg_search

Simple, asynchronous search box call with a real REST API call & debouncer

Primary LanguageSCSS

Simple, asynchronous search box call with a real REST API call & debouncer, based on JavaScript.


Table of Contents
  1. Getting Started
  2. App Preview
  3. Dependencies
  4. Troubleshooting

Getting Started

Prerequisites

Node.js is required to launch.

Installation

  1. Clone* this repository
  2. Install* packages & dependencies

yarn

  1. Serve data at http://localhost:5000/results

yarn run api

  1. Search through site content at http://localhost:3000 to call an endpoint for results

yarn run dev

  1. Build* the app for production to the dist folder

yarn run build

Notes

  1. as per preferred approach
  2. npm equivalents can be used as well
  3. app bundler optimizes the build for the best performance (the build is minified and the filenames include the hashes)

App Preview

Desktop

desktop-app-preview


Mobile

mobile-app-preview


Dependencies


Troubleshooting

ignet.studio@gmail.com