This project is a Dynamic Product Filter built using plain React (Create React App). It allows users to filter products dynamically based on selected criteria. This project does NOT use Next.js.
- React (CRA)
- JavaScript (ES6)
- HTML5
- CSS3
- Next.js
- Server-side rendering (SSR)
├── public/
├── src/
│ ├── components/
│ ├── data/
│ ├── App.js
│ └── index.js
├── package.json
└── README.md
npm install
npm startThe app will run at:
http://localhost:3000
✅ Correct Link: https://rudrajit01.github.io/24BCY70262-2b-Rudrajit-Pramanik/
If the page does not load, run:
npm run deploy- Deployed using gh-pages
homepagefield is set correctly inpackage.json- Build folder is auto-published
- Understand React component-based architecture
- Implement dynamic filtering using state and props
- Deploy a React app using GitHub Pages
Rudrajit Pramanik Course: B.Tech | Cyber Security
✔️ This is a plain React project, not Next.js.