Ctoic / Lisbook

Collection of your faviorite books.
https://lisbook.netlify.app/
MIT License
15 stars 38 forks source link

Add Visitor Count Feature Using Third-Party Analytics #47

Open Ctoic opened 3 days ago

Ctoic commented 3 days ago

Description: We want to add a feature to track the number of visitors to the LisBook app. Since there is no backend or database involved, we will integrate a third-party analytics service, like Google Analytics, to handle visitor tracking. This will allow us to monitor user engagement, the number of visits, and other relevant statistics.

Tasks:

Research and choose a third-party analytics tool (e.g., Google Analytics, Simple Analytics, Plausible Analytics). Set up an account with the chosen tool and get the tracking code. Insert the tracking code in the section of the HTML files so it loads on all pages. Test to ensure that visitor tracking works properly. Document the changes in the README file, specifying how analytics have been implemented. Acceptance Criteria:

Analytics tool is integrated successfully. Visitor tracking data is accessible from the chosen third-party platform. The code is well-documented, and any additional configuration steps are clearly explained in the README file. The solution works on both desktop and mobile views.

melan-variya commented 3 days ago

Can you assign me this task !

Ctoic commented 3 days ago

Sure @melan-variya go ahead. ⭐ the repo and Happy Coding 😄

melan-variya commented 3 days ago

where do i need to show number of visitors , can you please provide me details .

Ctoic commented 3 days ago

@melan-variya In the front page, it is up to you just make it according to theme.

Ctoic commented 2 days ago

@melan-variya are you working on it ? If you face any difficulty do lemme know we will find solotion togather.

melan-variya commented 1 day ago

I created pull request you can check .