This project was bootstrapped with Create React App.
In the project directory, you can run:
This will install all the dependenices.
This will start the web server which listens to requests and acts as a bridge in serving requests and responses between sundial_api and front end web application.
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
This will start the web application.
Once the UI is rendered on screen, Click on the Call
button, this will make the corresponding calls for the list of numbers
and updates them every second. The Call
button will disabled once clicked, to retest please restart the web server and the sundial_api server.