help in designing a project for school
hi all, I need to build a project for school in C#
I need to build a generic application that is tracking the user when he on a website.
meaning I want to know on which buttons he clicked(and how many times), the position of the mouse at any giving time etc.
I thought of 2 ways to implement it
1. to install the application on the website and by using JS to get all the information
2. to bulid an add-in for the browser, and from that to get all the information
what do you think I should do?
can you give me advantages and disadvantages ?
thanks