- Clean and modern design
- Responsive layout
- Developer-friendly
- Migrated to Next.js for improved performance and maintainability
- Sections for projects, skills, and contact information
To get started, follow these steps:
- Clone the repository: `git clone https://github.com/karanguptage/myPortfolio.git
- Navigate to the project folder:
cd myportfolio
- Install dependencies:
npm install
- Run the development server:
npm run dev
- Open your browser and visit http://localhost:3000
- Replace placeholder content in the
src/pages/index.js
file with your information. - Customize the styles in the
styles
directory to match your preferences. - Add your projects, skills, and other relevant information in the appropriate sections.
- Colors: Modify the color scheme in the
styles/globals.css
file. - Fonts: Change the fonts by updating the
styles/globals.css
file. - Images: Replace the placeholder images in the
public/img
directory with your own.
Contributions are welcome! Please check the Contribution Guidelines for more details.
This project is licensed under the MIT License.
- Thanks to Open Source Initiative for their guidelines on open-source licensing.
- Special thanks to Vercel for providing free hosting for the live demo.