Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 1.04 KB

README.md

File metadata and controls

45 lines (31 loc) · 1.04 KB

Pc Planet Frontend

[Live Link]

Frontend Live Link: https://pc-planet-frontend.vercel.app/

Frontend Github Repository Link : https://github.com/sabbir1054/pc-planet


Description

The PC Build Application empowers users to craft personalized PC setups by choosing components like CPU, motherboard, RAM, and storage. Developed with Next js, Ant Design and Redux, it ensures a friendly interface and live updates for selected parts, enhancing the customization experience. Build your dream PC effortlessly with this web-based tool.

Features

  • Show Best Selling Products
  • Get Details Information about components
  • User able to login in the website
  • Authenticate user can build his desired pc using component

Instruction for run project

  1. Clone the repository:
git clone https://github.com/sabbir1054/pc-planet.git

  1. Change directory to the project directory:
cd pc-planet
  1. Install dependencies:
npm install
  1. Run the application:
npm start
  1. Access the application at http://localhost:3000