Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 1.15 KB

README.md

File metadata and controls

41 lines (24 loc) · 1.15 KB

Typeahead monorepo w frequency occurrence sort autocomplete for React

A typeahead React component to add tags to a server/database/collection.

  • Autocomplete dropdown list sorted by frequency occurrences of tags

  • "Add a new tag" to items to search for them later

  • Note: The data transformations could happen on the front end (wrt sorting et al) in server.js. Maybe could be in Sagas or helpers.

Demo screenshots

Searching - either add a new tag, or use search function by typing

Add tags with form

Autocomplete tags sorted by frequency occurrence and returned to user

  • User can enter any term they like to add as a tag

Add tags filter for search

Add tags filter for search

Confirmation message upon tag receipt

  • focus styles
  • transitions, animations

Add tags confirmation

Runbook

  • git clone
  • npm install
  • npm start
  • npm test // UI and API testing w Supertest