ankitsaxena21 / Food-Ordering-App

An online food ordering app built using vanilla javascript.
https://ankitsaxena21.github.io/Food-Ordering-App/
MIT License
22 stars 32 forks source link

Able to go back the 1st page in pagination #32

Closed Marigameo closed 2 years ago

Marigameo commented 2 years ago

Describe the bug Index for back button should be restricted to >0. As of now, we are able to navigate 1 page back to 1st page and only empty list shows up.

To Reproduce Steps to reproduce the behavior:

  1. Go to the 1st page
  2. Click on back
  3. You can see empty page with no items listed

Expected behavior Back button should not trigger

Screenshots

Screenshot 2021-10-07 at 8 26 57 PM
Marigameo commented 2 years ago

Added a PR