/coinlist

A small app to display and filter all cryptocurrencies.

Primary LanguageJavaScript

Coinlist

A simple combined API / client application that displays and filters all the cryptocurrencies from the coinlist NPM package.

Setup

npm i; cd client; npm i; cd ..
npm start

Running All Tests

npm test; cd client; npm test; cd ..

Project Structure

api contains the controller and routes of the Express app. client contains the frontend React app.