/Table-API

React project to view rates on a table via API fetch

Primary LanguageJavaScript

About This Repository

A simple app showing rates on a table. Users can choose to update rates every 5, 10 or 15 seconds.

How To Run This Project On Your Local Machine

  1. In root folder: Install all dependencies with npm install
  2. In /table-api: Start the development server server via npm start.