An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          



GitHub stars


🚀 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 15

TypeScript

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