Table of Contents
Building a custom PC can be overwhelming, especially when it comes to selecting compatible components. Our PC Building Website simplifies this process by providing a user-friendly platform where users can add different PC parts—such as processors, motherboards, GPUs, RAM, storage, and power supplies—while ensuring compatibility between them.
- Langflow
- A web-based platform where users can select individual PC parts.
- Ensures compatibility between selected components.
- Displays essential information for each component.
- Allows users to add selected parts to a list for easy tracking.
- Gives user a specific experience for building a pc of its own choice.
- Chatbot for expert opinion on pc.
- Improve the User Interface (UI/UX) for a better experience.
- Introduction of ML for parts suggestion and addition.
- Helping user to store previous builds.
- 3-D visualization of components.
- Gamers 🎮 – Build optimized gaming PCs with compatible hardware.
- Content Creators & Professionals 🎥 – Configure high-performance systems for video editing, 3D modeling, and AI development.
- DIY PC Builders 🛠️ – Ensure component compatibility and track prices for cost-effective builds.
- Custom PC Services 🏬 – Offer pre-configured builds and online PC customization tools.
- Tech Enthusiasts 🔥 – Experiment with new hardware and stay updated with the latest components.
This website simplifies PC building by ensuring compatibility, performance, and cost efficiency. 🚀💻
For the Web-App
1.Clone the GitHub repo.
git clone https://github.com/Ojasp21/pc_forge
2.Enter the client directory. Install all the required dependencies.
cd frontend
npm install
npm run dev
3.To start the backend server:4
cd backend
npm install
nodemon app.js