This is a Next.js project bootstrapped with create-next-app.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.js. The page auto-updates as you edit the file.
This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.
This is a modern, responsive portfolio website for Muhammad Mominur Bashar Ovi, a passionate Muslim Software Engineer specializing in C# and the .NET ecosystem. The site showcases professional experience, skills, education, and selected projects, and includes a blog section for sharing insights and stories from the developer's journey.
- Personal Introduction: Engaging hero section with animated role highlights and social links.
- About Me: Dynamic, animated biography with a focus on values and growth.
- Skills & Expertise: Categorized display of technical skills, frameworks, cloud services, and tools.
- Professional Experience: Timeline of work history with company links and roles.
- Education: Academic background and extracurricular activities.
- Portfolio: (Optional/Commented) Project gallery for web, mobile, and UI/UX work.
- Blog: Markdown-powered blog with related posts and SEO metadata.
- Contact: Accessible contact form with validation and social media links.
- Dark/Light Theme: System-based theme switching with smooth transitions.
- Responsive Design: Fully optimized for all devices.
- Accessibility: Keyboard navigation and color contrast support.
- Framework: Next.js (React 19)
- Styling: Tailwind CSS, custom CSS variables
- Animation: Framer Motion
- Icons: React Icons (Feather)
- Theme Management: next-themes
- Markdown Blog: Custom content loader
- Email: EmailJS integration (for contact form)
- Other: ESLint, PostCSS, modern best practices
- Install dependencies:
npm install