My first project built with React, and a milestone in my own frontend journey — moving from static HTML/CSS pages into component-based development with React and Vite as the build tool. This is my personal portfolio, rebuilt to be faster, more maintainable, and structured the way real production frontend projects are built.
| 🧩 Component-Based Reusable, organized UI |
⚡ Vite-Powered Instant dev server, fast builds |
📦 Production-Ready Optimized for deployment |
📸 A quick screen-recording of scrolling through the site — showing off any React-powered interactions or transitions — belongs right here.
git clone https://github.com/MALIK25252007/Portfolio_using_ReactJs.git
cd Portfolio_using_ReactJs
npm install
npm run devThen open http://localhost:5173 in your browser.
Build for production:
npm run build| Before | Now |
|---|---|
| Static HTML/CSS pages | Component-based React app |
| Manual DOM updates | Reactive state management |
| Plain file structure | Modern Vite build pipeline |