abhishek72340 / e-com

created by next.js with optimise

Home Page:https://e-com-next-01.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

created by next.js with optimise

https://e-com-next-01.vercel.app/


Languages

Language:JavaScript 99.5%Language:CSS 0.5%