Interview Scheduler Dashboard

A short app connected to Scheduler with Websockets to learn basics of Class-based react components. Leanr and implement basic lifecycle methods to learn difference between function based components and class based components.

Setup

Install dependencies with npm install.

Running Webpack Development Server

npm start

Running Jest Test Framework

npm test