This is a Next.js project bootstrapped with create-next-app.

Features

  • A fancy homepage with featured products and categories
  • User can see product details by clicking on the product card
  • If click on category clicked, it will redirect user to specific category details page and user can see the product of this category
  • User can login using github client
  • User can build PC by selecting product from each category

How to run

Clone the repository first

Install the dependencies

npm install

Then, run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.