Welcome to my personal portfolio website! This project showcases my skills, projects, and experiences in web development. It is built using modern technologies like Next.js, React, Tailwind CSS, and more.
This portfolio website is a responsive and dynamic platform to present my work and expertise. It includes sections like:
- About Me
- Projects
- Skills
- Contact Information
- Languages
- Responsive design with Tailwind CSS
- Theme switcher (light/dark modes) using Next Themes
- Smooth animations powered by Framer Motion
- Modern UI components and icons using React Icons
- Optimized performance using Next.js
This project is built with:
Ensure you have Node.js and npm installed on your machine. You can download and install them from Node.js.
-
Clone this repository:
git clone https://github.com/Imshivam1/portfolio.git
-
Navigate to the project directory: cd portfolio
-
Install the project dependencies: npm install
-
Running the Project npm run dev
npm run dev: Starts the development server. npm run build: Builds the production version of the website. npm run start: Starts the production server after building the site. npm run lint: Runs ESLint to check for code issues.