Mohit5Upadhyay / WeatherApplication

31 stars 53 forks source link

create the number of visitors section & also make the copy right year as dynamic with current year #48

Open Mohit5Upadhyay opened 1 week ago

Mohit5Upadhyay commented 1 week ago

make the number of visitors section on the webpage in the footer section it must be dynamic give counting how many users visits the web page and also make the copy right as dynamic , it extract current year from date .

ZoyaYusuf commented 1 week ago

kindly assign me. Could you please add gssoc-exd and level lables as well

Mohit5Upadhyay commented 1 week ago

Yes , @ZoyaYusuf go ahead to implement the functionality as prescribed above in a UI/UX friendly manner

ZoyaYusuf commented 1 week ago

Sir, @Mohit5Upadhyay I have made the copyright year dynamic. but, for counting the number of visitors, we need to use Backend - technologies like Node.js Can i work with that?

Mohit5Upadhyay commented 6 days ago

Yes , you can implement it .

ZoyaYusuf commented 5 days ago

I just saw that you have deployed this project using github pages. And GitHub Pages does not support server-side code like Node.js or databases. All client-side solutions are tied to the device and browser. Each time a user accesses the website from a different device or browser, they are considered a new visitor and the count is lost. Are there any suggestions for what i can do? one way is that we can use third-party services with GitHub Pages . it can display a visitor count without having to build your own backend. Services like Hitwebcounter, FreeCounter, and Google Analytics are reliable options. They handle the data storage and provide you with the necessary code to integrate the counter into your static GitHub Pages site.

ZoyaYusuf commented 2 days ago

@Mohit5Upadhyay Kindly tell me what should i do now. Should pull request for changing the copyright year only?