This application uses the JavaScript framework React. Run npm install in the project directory to install the node_modules.
To run the application, run npm run start. The application will be available at http://localhost:8080/
Some unit tests are written within the 'test' folder. To execute all the tests, use following commands: npm install && npm test