Skip to content

A React app that renders and manipulates a list of UNSPSC categories

Notifications You must be signed in to change notification settings

skvisli/UNSPSC-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UNSPSC List

This is a React app that can display a list of UNSPSC formatted categories. It is possible to add and search for categories and new UNSPSC codes are automatically generated.

Main dependencies

react-window to virtualize the list and render thousands of list items while maintaining good performance.

Fuse.js to do a fuzzy search on the list.

react-debounce-input to debounce the search input to not block UI updates.

Run Project

Run the following commands in the project directory:

yarn

Installs dependencies

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

Possible improvements

  • Styling and responsivness
  • Show parent categories for hits in search result
  • Delete and edit items
  • Automatically set focus on input when adding category
  • X for clearing search input
  • Scroll to add catgory input if below screen

About

A React app that renders and manipulates a list of UNSPSC categories

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published