A modern and responsive portfolio website showcasing my projects, skills, education, and experiences as a Computer Science Engineer. Built with Next.js and styled using Tailwind CSS, this portfolio provides a seamless user experience with smooth animations and an organized layout.
- Responsive Design: Optimized for all devices, including mobile, tablet, and desktop.
- Dark Theme: Provides a visually appealing dark theme.
- Smooth Animations: Utilizes Framer Motion for animations.
- Next.js: React framework for building static and dynamic websites.
- Tailwind CSS: Utility-first CSS framework for rapid UI development.
- Framer Motion: Animation library for React to create smooth transitions and effects.
- GitHub API: Fetches the latest GitHub projects dynamically.
-
Clone the repository:
git clone https://github.com/dineshkumar-s-m/portfolio-website.git
-
Navigate into the project directory:
cd portfolio-website -
Install dependencies:
npm install
-
Start the development server:
npm run dev
