Skip to content

BarneyStaddon/Collection-API-Explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Synopsis

This is a basic UX for a top level search of a museum's object collection. Currently, only a top level result count is shown, with the number of results attributed to pre-specified 'facets' accordingly. This facet list will be built on to provide a full results lists.

Motivation

This project demonstrates a simple interface built with React using a Flux architecture. The collections API just happens to have some interesting data.

Installation

npm install

To start the back-end proxy that handles requests for API data (uses nodemon) - see src/server.js

npm start

To start the webpack dev server to see the front-end at http://localhost:8080, open another console

npm run start:dev

About

A basic UX to explore a musuem collections API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published