add social link in the footer and product detailes#52
Open
Adithyakp86 wants to merge 1 commit into
Open
Conversation
|
@adithyakp75-ship-it is attempting to deploy a commit to the devaki's projects Team on Vercel. A member of the Team first needs to authorize it. |
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.
What I Added:
🌙 Dark Mode & ☀️ Light Mode
Toggle button in the top navigation bar
Remembers your choice when you visit again
Smooth color transitions
📱 Product Details Page
Click "View Details" on any product
Shows big product images with thumbnails
Product info, ratings, price, add to cart button
Tabs for description, specs, sustainability, reviews
🛍️ Better Shop Page
Filter products by category (All, Electronics, etc.)
Nice product cards with images and prices
"View Details" buttons on each product
�� Social Media Links
Added GitHub, LinkedIn, Twitter, Discord links in footer
Click to visit social media pages
�� Mobile Friendly
Everything works great on phones and tablets
Files I Created:
ThemeContext.js - Manages dark/light mode
ThemeToggle.js - The toggle button
ProductDetailsPage.js - Product details page
theme.css - Colors for dark/light mode
Plus CSS files for styling
Files I Updated:
App.js - Added new pages and theme
Navbar.js - Added theme toggle button
HomePage.js - Added social media links
ShopPage.js - Made it better with filters
GitHub Commit Message:
feat: Add dark mode, product details page, and social links
#49
#50