A modern, responsive portfolio website built with Next.js 14, showcasing the work and skills of Akshay Borse, a Frontend Engineer and Web Designer at Oceanmonks.
🌐 Live Demo: folio-akshay.vercel.app
├── app/
│ ├── about-section/ # About section components
│ ├── animations/ # Animation utilities and components
│ ├── api/ # API routes
│ ├── blog-section/ # Blog section components
│ ├── contact-section/ # Contact section components
│ ├── footer/ # Footer component
│ ├── fonts/ # Custom font configurations
│ ├── hero-section/ # Hero section component
│ ├── navbar/ # Navigation component
│ ├── reviews-section/ # Reviews/testimonials section
│ ├── utils/ # Utility functions
│ ├── work-section/ # Work/portfolio section
│ ├── globals.css # Global styles
│ ├── layout.tsx # Root layout
│ └── page.tsx # Home page
├── public/ # Static assets
├── package.json # Dependencies and scripts
└── README.md # This file
git clone https://github.com/akshayyborse/Folio-Akshay.git
cd Folio-Akshay
npm install
# or
yarn install
npm run dev
# or
yarn dev
npm run build
npm start
Update the following files with your information:
app/layout.tsx
- Meta tags, title, descriptionapp/hero-section/Hero.tsx
- Hero content, links, profile imagepublic/profile.webp
- Your profile pictureapp/globals.css
tailwind.config.js
app/animations/
app/utils/BlobityConfig.ts
Create a .env.local
file for any environment-specific variables:
NEXT_PUBLIC_SITE_URL=https://folio-akshay.vercel.app
The project is configured for Vercel deployment with:
vercel.json
- Deployment configurationgit checkout -b feature/amazing-feature
)git commit -m 'Add some amazing feature'
)git push origin feature/amazing-feature
)This project is licensed under the MIT License - see the LICENSE file for details.
Akshay Borse
⭐ If you found this project helpful, please give it a star!