/Browser

A simple course catalog browser experience built using the Purdue.io API

Primary LanguageTypeScriptMIT LicenseMIT

Purdue.io Browser

This is a simple web app to demonstrate how to leverage the Purdue.io API to create an experience for browsing course catalog data.

A public instance is available at purdue.io.

Building and Running

Simply restore npm packages and run npm run dev to start a local instance accessible at http://localhost:5000/ by default.

npm install
npm run dev