This is my personal portfolio website showcasing my skills, projects, and experiences. Built using Next.js, it provides a seamless and interactive experience for visitors.
- 🏆 About Me – Learn more about my background and expertise.
- 💼 Projects – Showcase of my work and achievements.
- 📝 Blog – Insights and articles on technology and development.
- 📩 Contact – Get in touch with me for collaborations or inquiries.
- 🎨 Modern UI – Designed using Accernity UI for a clean and responsive experience.
- Framework: Next.js
- UI Library: Accernity UI
Make sure you have the following installed:
- Node.js
- Git
- Clone the repository:
git clone https://github.com/your-username/portfolio.git cd portfolio
- Install dependencies:
npm install
- Start the development server:
npm run dev
We welcome contributions from the community! Follow these steps:
- Fork the repository
- Create a new branch (
git checkout -b feature-branch
) - Commit your changes (
git commit -m 'Add new feature'
) - Push to the branch (
git push origin feature-branch
) - Create a Pull Request
🚀 Let's build something amazing together!