Add state explorer browsing#488
Open
rutul2006 wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR introduces a new State Exploration Section on the homepage to help users discover regional delicacies state-wise.
The section dynamically renders available states from items.json and redirects users to:
text
state.html?state=StateName
No separate state pages were created, maintaining the existing scalable architecture.
🚀 What’s Included
✅ Dynamic extraction of unique states from items.json
✅ Horizontally scrollable layout (3 rows)
✅ Responsive design for all screen sizes
✅ Clickable state cards
✅ Smooth scrolling behavior
✅ Optimized state images with lazy loading
✅ Consistent card sizing and hover effects
✅ No hardcoded state list
🖼 Image Structure Used
text
img/states/[state-name].jpeg
Lowercase
Kebab-case naming
One image per state (famous landmark)
Example:
text
img/states/gujarat.jpeg
img/states/punjab.jpeg
🔄 User Flow
State Card Click
↓
state.html?state=StateName
↓
Dynamic filtering using items.json
↓
State-specific dishes rendered