Amazon Order Listing A modern, responsive Amazon order listing dashboard built with Vite and React.js. This application provides a comprehensive overview of product listings with detailed metrics and management capabilities.
📋 Project Overview This dashboard displays Amazon product listings with key metrics and management features in a clean, user-friendly interface.
✨ Features Dashboard Overview: Key metrics including total products, compiled products, and sync status
Product Listing Table: Comprehensive view of all products with detailed information
Responsive Design: Optimized for various screen sizes
Pagination Support: Navigate through product listings efficiently
Status Management: Track and manage product status
Country Filtering: Filter products by country (Select Countries feature)
🛠️ Tech Stack Frontend Framework: React.js
Build Tool: Vite
Development: JavaScript/JSX
Styling: CSS (customizable)
🚀 Getting Started Prerequisites Node.js (version 14 or higher)
npm or yarn
Installation Clone the repository:
bash git clone cd amazon-order-listing Install dependencies:
bash npm install
yarn install Start the development server:
bash npm run dev
yarn dev Open your browser and navigate to http://localhost:5173
Building for Production bash npm run build
yarn build