Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 1009 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 1009 Bytes

Project Architecture 👨‍💻

The e-commerce project is built using Next.js with a statically generated site. The architecture follows a component-based structure, utilizing React components for features such as add to cart, delete from cart, single page, order summary, and payment detail. Static data is employed for product information, eliminating the need for a dynamic backend. The application state is managed efficiently through Next.JS's internal state and context API. Routing is seamlessly handled by Next.js, providing smooth navigation between pages. Overall, the project maintains a clean and modular architecture, leveraging Next.js for its performance benefits and simplicity in building static e-commerce applications;

How to set up and run the project 💻

1: clone the reposityory (git clone https://github.com/your-username/your-project.git)

2: install dependencies (cd your-project npm install)

3: start development serer (npm run dev)