Personal portfolio website showcasing my work as a React Native / Full-Stack Developer.
🔗 Live: personal-portfolio-eta-ten-13.vercel.app
Built to showcase my experience building production mobile and web applications — including real-world projects like RideMate (a full-stack ride-sharing platform) and BuildersHub Tech (a construction business platform with CRM and sales modules).
- Frontend: React, Vite, Tailwind CSS
- Icons: react-icons
- Deployment: Vercel
- Responsive design across desktop and mobile
- Project showcase with detailed case studies
- Direct contact via email
- Social links integration
- Node.js (v18+ recommended)
- npm
git clone https://github.com/techelusive/personal-portfolio.git
cd personal-portfolio
npm installnpm run devRuns the app locally with hot module reloading at http://localhost:5173.
npm run buildBuilds the app for production to the dist folder.
npm run preview