Live Website Link: https://pc-builder-next-js-three.vercel.app/
Client Site Code: https://github.com/hassanmehedi1/pc-builder-nextjs-client
Server Site Code: https://github.com/hassanmehedi1/pc-builder-server
Welcome to the PC Builder website! This project is a Next.js-based web application that allows users to build their own custom PC by selecting various PC components.
- PC Builder Tool: Build your own PC by selecting components such as CPU, motherboard, RAM, storage, and more.
- Featured Products: Discover random featured products on the home page.
- Category Pages: Explore different product categories with detailed product listings.
- Product Detail Pages: Get detailed information about each PC component.
- Redux State Management: Manage selected components using Redux for seamless state control.
- User-Friendly Navigation: Use the navbar to easily access the PC Builder tool and explore product categories.
To run the PC Builder website on your local machine, follow these steps:
-
Clone the Repository: Start by cloning this repository to your local machine using the following command:
git clone https://github.com/hassanmehedi1/pc-builder-nextjs-client.git
-
Navigate to the Project Folder: Move into the project directory:
cd pc-builder-website
- Start the Development Server: Start the Next.js development server:
bash
npm run dev
# or
yarn dev