Skip to content

aliibarznji/Amazon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Amazon Store

This repository is now a modern Next.js + React application written in TypeScript.

Stack

  • Next.js App Router
  • React 19
  • TypeScript
  • CSS Modules
  • Local browser persistence for cart and orders

Project Structure

app/          App Router pages and route-level UI
components/   Reusable React components
lib/          Data, types, and shared utilities
public/       Static assets served by Next.js

Scripts

npm run dev
npm run build
npm run start
npm run typecheck

Run Locally

  1. Install dependencies:
npm install
  1. Start the dev server:
npm run dev
  1. Open http://localhost:3000

Notes

  • The active frontend is entirely inside the Next.js app.
  • Product catalog data lives in lib/data/products.json.
  • Static assets are served from public/images.
  • Cart and order history are stored in localStorage.

About

Amazon e-commerce clone rebuilt with Next.js, React, and TypeScript.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors