stephin007 / Cowin-Vaccine-Availablity-Checker

CoWIN Vaccination Tracker, Below is the PRODUCTION LINK this is updated at end of each day. To see any latest Updates, please check the documentation
https://cowinvaccinetracker.forcommunity.tech/
MIT License
27 stars 19 forks source link

Add Pagination or infinite scroll feature #158

Open stephin007 opened 3 years ago

stephin007 commented 3 years ago

Is your feature request related to a problem? Please describe. Right now project does not have paginated results when vaccine data is shown.

Describe the solution you'd like If we add pagination, this will be easy for the user to go to any page they like.

Any suggestion is welcome regarding this issue

Thanks🎉

arsheelsheikh commented 3 years ago

_I can contribute this and create pagination_ for a page is quite simple, I can do that by using the simplest way that is HTML and CSS. Pagination is helpful when the website contains lots of content on a single page, that a single page will not look good with all those topics together. Few websites use the scroll to avoid pagination and vice versa. But the best looks come with the combination of scroll and pagination. As a developer, you can put a few contents on a page to make that page a little scrollable until it’s annoying. After that, you can use pagination that will leave those previous content and proceed to the new content page but the topic will be the same.