This website was made by Lior Ben by following the course - "Full-Stack Web Development Bootcamp".
The aim of this project is to provide real-time information regarding virtual coin values.
Upon entering the page, an Ajax request is sent to retrieve all virtual coins.
Clicking "Live Reports" after adding a coin shows a real-time coin value chart.
This is updated every 2 seconds by sending an Ajax request and adding the new value to the chart.
Clicking "More Info" obtains additional coin information via Ajax and adds it to the local storage, along with the click time.
If 2 minutes have not yet passed since the last click - the information will be drawn from the local storage.
Otherwise, a new Ajax request will be sent and overwrite the saved information in the local storage.
