https://github.com/lovechino/demo-ecommerce
A clean and modern eCommerce demo built with Next.js 15, Tailwind CSS & TypeScript
https://github.com/lovechino/demo-ecommerce
axios next15 tailwindcss typescript
Last synced: 5 months ago
JSON representation
A clean and modern eCommerce demo built with Next.js 15, Tailwind CSS & TypeScript
- Host: GitHub
- URL: https://github.com/lovechino/demo-ecommerce
- Owner: lovechino
- Created: 2025-05-11T02:05:49.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-05-12T01:07:00.000Z (5 months ago)
- Last Synced: 2025-05-12T22:59:30.725Z (5 months ago)
- Topics: axios, next15, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://demo-ecommerce-swart.vercel.app/
- Size: 986 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
🚀 If you find this project useful or interesting, please consider giving it a ⭐️ to support the work!# 🚀 Project Name (Next.js App)
A modern web application built with [Next.js 15](https://nextjs.org/), TypeScript, and a modular folder structure. The project includes Redux for state management, customizable UI components, and a clean API layer.
## 🔗 Live Demo
👉 [View the live demo here](https://demo-ecommerce-swart.vercel.app/)
## 📁 Folder Structure
```plaintext
.
├── Apis/ # API calls and request services
├── Redux/ # State management with Redux Toolkit
├── UI/ # Reusable UI components and elements
├── Utils/ # Shared utility functions
├── app/ # Routing structure using App Router
├── components/ # Standard React components
├── public/ # Static assets (images, icons, etc.)
├── README.md # Project documentation
├── package.json # Project dependencies and scripts
└── ... # Configuration and environment files🔧 Getting Started
# Clone the project
git clone https://github.com/lovechino/demo-ecommerce.git
cd demo-ecommerce# Install dependencies
npm install# Start the development server
npm run dev🧠 Technologies Used
Next.js 15TypeScript
Redux Toolkit
Tailwind CSS (if applicable)
ESLint + Prettier for code formatting
📦 Available Scripts
Script Description
npm run dev Run the app in development mode
npm run build Build the app for production