Skip to content

A modern, responsive e-commerce store built with Next.js, Tailwind CSS, and JavaScript. It provides a sleek shopping experience with dynamic product pages, responsive design, and easy deployment via Vercel.

Notifications You must be signed in to change notification settings

Gyanthakur/whatbytes-store

Repository files navigation

🛒 whatbytes-store

A modern, responsive e-commerce store built with Next.js, Tailwind CSS, and JavaScript. It provides a sleek shopping experience with dynamic product pages, responsive design, and easy deployment via Vercel.


🚀 Features

  • Next.js for SSR & SSG
  • 🎨 Tailwind CSS for styling
  • 🔒 Javascript for logic
  • 🖼️ Optimized product image rendering
  • 📱 Fully responsive design
  • 🛍️ Dynamic product pages
  • 🚀 Deployed with Vercel

📂 Project Structure

whatbytes-store/
├── .next/ 
├── node_modules/ 
├── public/ 
├── src/
│ ├── app/
│ │ ├── cart/
│ │ │ └── page.jsx
│ │ ├── components/
│ │ │ ├── Footer.jsx
│ │ │ ├── Header.jsx
│ │ │ ├── ProductCard.jsx
│ │ │ ├── ProductGrid.jsx
│ │ │ └── Sidebar.jsx
│ │ ├── context/
│ │ │ └── CartContext.jsx 
│ │ ├── data/
│ │ │ └── products.js
│ │ ├── product/
│ │ │ └── [id]/page.jsx 
│ │ ├── favicon.ico
│ │ ├── globals.css 
│ │ ├── layout.js 
│ │ └── page.js 
├── .gitignore
├── eslint.config.mjs
├── jsconfig.json
├── next.config.mjs
├── package.json
├── package-lock.json
├── postcss.config.mjs
└── README.md


🛠️ Installation

Clone the repository and install dependencies:

git clone https://github.com/gyanthakur/whatbytes-store.git
cd whatbytes-store
npm install

Run the development server:

npm run dev

Open http://localhost:3000 in your browser.


📸 Screenshots

Page Name Screenshot
🏠 Homepage image
📦 Product Page image
🛒 Cart Page image
🛒 Footer image

For Small Devices

image image

📦 Deployment

Easily deploy with Vercel:

vercel

🤝 Contributing

  1. Fork the repo
  2. Create a new branch (feature/your-feature)
  3. Commit changes (git commit -m 'Add new feature')
  4. Push branch (git push origin feature/your-feature)
  5. Open a Pull Request

🎯 Contributors

👤 Gyan Pratap SinghDeveloper & Maintainer
📧 Contact: gps.96169@gmail.com
🔗 GitHub: @gyanthakur

🌐 Connect with Us

Contact Us: 📲 WhatsApp


Thank you for checking out the Whatbytes Store project! Happy coding! 😊


⭐ Support

Give a ⭐ if you like this project!


Made with ❤️ by Gyan Pratap Singh

⭐ Show Some Love!

If you like this project, don't forget to leave a ⭐ Star on GitHub! 🚀

About

A modern, responsive e-commerce store built with Next.js, Tailwind CSS, and JavaScript. It provides a sleek shopping experience with dynamic product pages, responsive design, and easy deployment via Vercel.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published