Frontend Live Link: https://pc-planet-frontend.vercel.app/
Frontend Github Repository Link : https://github.com/sabbir1054/pc-planet
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.
- 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
- Clone the repository:
git clone https://github.com/sabbir1054/pc-planet.git
- Change directory to the project directory:
cd pc-planet
- Install dependencies:
npm install
- Run the application:
npm start
- Access the application at
http://localhost:3000