A modern, responsive portfolio built with Next.js, React, and styled using Once UI . This project showcases my work, skills, and personal brand as a developer, with a strong focus on design, usability, and performance.
Check it out here: obs-portfolio-md.netlify.app
- 🎨 Modern UI: Built using Once UI for a clean, beautiful, and consistent design.
- ⚡ Performance-Focused: Optimized with Next.js for fast loading, SEO, and server-side rendering.
- 📱 Responsive Design: Fully responsive across mobile, tablet, and desktop devices.
- 🧩 Modular Components: Reusable and maintainable code structure with clean architecture.
- 🚀 Deployed with Vercel: Continuous deployment and instant preview on every push.
- Next.js – React Framework for production-ready apps
- React – JavaScript library for building user interfaces
- Once UI – Component library for scalable and beautiful UI
- Figma – For UI/UX design and prototyping
- Vercel – Hosting and CI/CD deployment
This project helped me improve my skills in:
- Designing responsive and accessible UIs
- Building scalable frontend architecture
- Using design systems and UI libraries effectively
- Deploying production-ready apps with CI/CD
To run the project locally:
# Clone the repository
git clone https://github.com/your-username/portfolio.git
# Navigate to the folder
cd portfolio
# Install dependencies
npm install
# Run the development server
npm run dev